Html Css Color HEX #6C701E Fiji Green

📋 copy color: '#6C701E'

red 108 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #6C701E

Tints of Fiji Green #6C701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 43.2%
G = 44.8%
B = 12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6C701E (or 0x6C701E) is known color: Fiji Green. HEX triplet: 6C, 70 and 1E. RGB value is (108,112,30). Sum of RGB (Red+Green+Blue) = 108+112+30=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #6C701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C701E is #938FE1. Grayscale: #656565. Windows color (decimal): -9670626 or 1994860. OLE color: 1994860.

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

Color convert

RGB 108 112 30 -
CMYK 0.04 0 0.73 0.56
HSL 62.93º 0.58% 0.28% -
HSV(B) 62.93º 0.73% 0.44% -
XYZ 12.21 14.87 3.45 -
YUV 101.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 108 112 30 0.04 0 0.73 0.56 62.93 0.58 0.28
Hex 6C 70 1E 4 0 49 38 3F 3A 1C
Octal 154 160 36 4 0 111 70 77 72 34
Binary 1101100 1110000 11110 100 0 1001001 111000 111111 111010 11100

Color Harmonies of #6C701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C701E

Black with #6C701E

Text Example


Text Example

White with #6C701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,30); }

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

background-color css

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

 a { background-color: rgb(108,112,30); }

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

border-color css

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

 span { border-color: rgb(108,112,30); }

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