Html Css Color HEX #6CA614 Christi

📋 copy color: '#6CA614'

red 108 ◦ green 166 ◦ blue 20

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

Shades of Christi #6CA614

Tints of Christi #6CA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.46%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 36.73%
G = 56.46%
B = 6.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#6CA614 (or 0x6CA614) is known color: Christi. HEX triplet: 6C, A6 and 14. RGB value is (108,166,20). Sum of RGB (Red+Green+Blue) = 108+166+20=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA614 is #9359EB. Grayscale: #848484. Windows color (decimal): -9656812 or 1353324. OLE color: 1353324.

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

Color convert

RGB 108 166 20 -
CMYK 0.35 0 0.88 0.35
HSL 83.84º 0.78% 0.36% -
HSV(B) 83.84º 0.88% 0.65% -
XYZ 19.95 30.51 5.5 -
YUV 132.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 108 166 20 0.35 0 0.88 0.35 83.84 0.78 0.36
Hex 6C A6 14 23 0 58 23 54 4E 24
Octal 154 246 24 43 0 130 43 124 116 44
Binary 1101100 10100110 10100 100011 0 1011000 100011 1010100 1001110 100100

Color Harmonies of #6CA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA614

Black with #6CA614

Text Example


Text Example

White with #6CA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,166,20); }

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

background-color css

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

 a { background-color: rgb(108,166,20); }

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

border-color css

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

 span { border-color: rgb(108,166,20); }

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