#69a41f

Color #69A41F Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #69A41F

Tints of Christi #69A41F

Color information

#69A41F (or 0x69A41F) is unknown color: approx Christi. HEX triplet: 69, A4 and 1F. RGB value is (105,164,31). Sum of RGB (Red+Green+Blue) = 105+164+31=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #69A41F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A41F is #965BE0. Grayscale: #838383. Windows color (decimal): -9853921 or 2073705. OLE color: 2073705.

HSL color Cylindrical-coordinate representation of color #69A41F: hue angle of 86.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69A41F is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB10516431-
CMYK0.3600.810.36
HSL86.62º68.21%38.24%-
HSV(B)86.62º81.1%64.31%-
XYZ19.3529.656-
YUV131.271.45109.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 164 (64.45% from 255) = 54.67%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=35%
G=54.67%
B=10.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105164310.3600.810.3686.6268.2138.24
Hex69A41F2405124574426
Octal151244374401214412710446
Binary110100110100100111111001000101000110010010101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69a41f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69a41f; }

 p { color: rgb(105,164,31); }

 H1.HeaderClassName
 {
   color: #69a41f;
 }
 .AnyTagClassName
 {
   color: #69a41f;
 }
</style>
background-color css

<style>
 a { background-color: #69a41f; }

 a { background-color: rgb(105,164,31); }

 div.DivClassName
 {
   background-color: #69a41f;
 }
 .BgClassName
 {
   background-color: #69a41f;
 }
</style>
border-color css

<style>
 span { border-color: #69a41f; }

 span { border-color: rgb(105,164,31); }

 td.TdClassName
 {
   border-color: #69a41f;
 }
 .TagClassName
 {
   border-color: #69a41f;
 }
</style>