Html Css Color HEX #6CA518 Christi

📋 copy color: '#6CA518'

red 108 ◦ green 165 ◦ blue 24

#6CA518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6CA518

Tints of Christi #6CA518

RGB

 RED value IS 108 (42.58% from 255) = 36.36%

 GREEN value IS 165 (64.84% from 255) = 55.56%

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 36.36%
G = 55.56%
B = 8.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#6CA518 (or 0x6CA518) is known color: Christi. HEX triplet: 6C, A5 and 18. RGB value is (108,165,24). Sum of RGB (Red+Green+Blue) = 108+165+24=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA518 is #935AE7. Grayscale: #848484. Windows color (decimal): -9657064 or 1615212. OLE color: 1615212.

HSL color Cylindrical-coordinate representation of color #6CA518: hue angle of 84.26º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6CA518 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 165 24 -
CMYK 0.35 0 0.85 0.35
HSL 84.26º 0.75% 0.37% -
HSV(B) 84.26º 0.85% 0.65% -
XYZ 19.8 30.16 5.64 -
YUV 131.88 67.12 110.96 -
System Red Green Blue C M Y K H S L
Decimal 108 165 24 0.35 0 0.85 0.35 84.26 0.75 0.37
Hex 6C A5 18 23 0 55 23 54 4B 25
Octal 154 245 30 43 0 125 43 124 113 45
Binary 1101100 10100101 11000 100011 0 1010101 100011 1010100 1001011 100101

Color Harmonies of #6CA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA518

Black with #6CA518

Text Example


Text Example

White with #6CA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CA518; }

 p { color: rgb(108,165,24); }

 H1.HeaderClassName
 {
   color: #6CA518;
 }
 .AnyTagClassName
 {
   color: #6CA518;
 }
</style>

background-color css

<style>
 a { background-color: #6CA518; }

 a { background-color: rgb(108,165,24); }

 div.DivClassName
 {
   background-color: #6CA518;
 }
 .BgClassName
 {
   background-color: #6CA518;
 }
</style>

border-color css

<style>
 span { border-color: #6CA518; }

 span { border-color: rgb(108,165,24); }

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