Html Css Color HEX #6C780C Fiji Green

📋 copy color: '#6C780C'

red 108 ◦ green 120 ◦ blue 12

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

Shades of Fiji Green #6C780C

Tints of Fiji Green #6C780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 45%
G = 50%
B = 5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6C780C (or 0x6C780C) is known color: Fiji Green. HEX triplet: 6C, 78 and 0C. RGB value is (108,120,12). Sum of RGB (Red+Green+Blue) = 108+120+12=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #6C780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C780C is #9387F3. Grayscale: #686868. Windows color (decimal): -9668596 or 817260. OLE color: 817260.

HSL color Cylindrical-coordinate representation of color #6C780C: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C780C is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 120 12 -
CMYK 0.10 0 0.90 0.53
HSL 66.67º 0.82% 0.26% -
HSV(B) 66.67º 0.9% 0.47% -
XYZ 12.97 16.65 2.88 -
YUV 104.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 108 120 12 0.10 0 0.90 0.53 66.67 0.82 0.26
Hex 6C 78 C A 0 5A 35 43 52 1A
Octal 154 170 14 12 0 132 65 103 122 32
Binary 1101100 1111000 1100 1010 0 1011010 110101 1000011 1010010 11010

Color Harmonies of #6C780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C780C

Black with #6C780C

Text Example


Text Example

White with #6C780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,120,12); }

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

background-color css

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

 a { background-color: rgb(108,120,12); }

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

border-color css

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

 span { border-color: rgb(108,120,12); }

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