Html Css Color HEX #6C750C Fiji Green

📋 copy color: '#6C750C'

red 108 ◦ green 117 ◦ blue 12

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

Shades of Fiji Green #6C750C

Tints of Fiji Green #6C750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

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

R = 45.57%
G = 49.37%
B = 5.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#6C750C (or 0x6C750C) is known color: Fiji Green. HEX triplet: 6C, 75 and 0C. RGB value is (108,117,12). Sum of RGB (Red+Green+Blue) = 108+117+12=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #6C750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C750C is #938AF3. Grayscale: #666666. Windows color (decimal): -9669364 or 816492. OLE color: 816492.

HSL color Cylindrical-coordinate representation of color #6C750C: hue angle of 65.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C750C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 12 -
CMYK 0.08 0 0.90 0.54
HSL 65.14º 0.81% 0.25% -
HSV(B) 65.14º 0.9% 0.46% -
XYZ 12.61 15.94 2.76 -
YUV 102.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 108 117 12 0.08 0 0.90 0.54 65.14 0.81 0.25
Hex 6C 75 C 8 0 5A 36 41 51 19
Octal 154 165 14 10 0 132 66 101 121 31
Binary 1101100 1110101 1100 1000 0 1011010 110110 1000001 1010001 11001

Color Harmonies of #6C750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C750C

Black with #6C750C

Text Example


Text Example

White with #6C750C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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