Html Css Color HEX #6C8013 Fiji Green

📋 copy color: '#6C8013'

red 108 ◦ green 128 ◦ blue 19

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

Shades of Fiji Green #6C8013

Tints of Fiji Green #6C8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.2%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 42.35%
G = 50.2%
B = 7.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#6C8013 (or 0x6C8013) is known color: Fiji Green. HEX triplet: 6C, 80 and 13. RGB value is (108,128,19). Sum of RGB (Red+Green+Blue) = 108+128+19=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8013 is #937FEC. Grayscale: #6E6E6E. Windows color (decimal): -9666541 or 1278060. OLE color: 1278060.

HSL color Cylindrical-coordinate representation of color #6C8013: hue angle of 71.01º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C8013 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 19 -
CMYK 0.16 0 0.85 0.50
HSL 71.01º 0.74% 0.29% -
HSV(B) 71.01º 0.85% 0.5% -
XYZ 14.02 18.67 3.48 -
YUV 109.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 108 128 19 0.16 0 0.85 0.50 71.01 0.74 0.29
Hex 6C 80 13 10 0 55 32 47 4A 1D
Octal 154 200 23 20 0 125 62 107 112 35
Binary 1101100 10000000 10011 10000 0 1010101 110010 1000111 1001010 11101

Color Harmonies of #6C8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8013

Black with #6C8013

Text Example


Text Example

White with #6C8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,19); }

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

background-color css

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

 a { background-color: rgb(108,128,19); }

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

border-color css

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

 span { border-color: rgb(108,128,19); }

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