Html Css Color HEX #6C710C Fiji Green

📋 copy color: '#6C710C'

red 108 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #6C710C

Tints of Fiji Green #6C710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.5%

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

R = 46.35%
G = 48.5%
B = 5.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6C710C (or 0x6C710C) is known color: Fiji Green. HEX triplet: 6C, 71 and 0C. RGB value is (108,113,12). Sum of RGB (Red+Green+Blue) = 108+113+12=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #6C710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C710C is #938EF3. Grayscale: #646464. Windows color (decimal): -9670388 or 815468. OLE color: 815468.

HSL color Cylindrical-coordinate representation of color #6C710C: hue angle of 62.97º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C710C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 113 12 -
CMYK 0.04 0 0.89 0.56
HSL 62.97º 0.81% 0.25% -
HSV(B) 62.97º 0.89% 0.44% -
XYZ 12.16 15.02 2.61 -
YUV 99.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 108 113 12 0.04 0 0.89 0.56 62.97 0.81 0.25
Hex 6C 71 C 4 0 59 38 3F 51 19
Octal 154 161 14 4 0 131 70 77 121 31
Binary 1101100 1110001 1100 100 0 1011001 111000 111111 1010001 11001

Color Harmonies of #6C710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C710C

Black with #6C710C

Text Example


Text Example

White with #6C710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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