Html Css Color HEX #6C770F Fiji Green

📋 copy color: '#6C770F'

red 108 ◦ green 119 ◦ blue 15

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

Shades of Fiji Green #6C770F

Tints of Fiji Green #6C770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 44.63%
G = 49.17%
B = 6.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#6C770F (or 0x6C770F) is known color: Fiji Green. HEX triplet: 6C, 77 and 0F. RGB value is (108,119,15). Sum of RGB (Red+Green+Blue) = 108+119+15=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #6C770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C770F is #9388F0. Grayscale: #686868. Windows color (decimal): -9668849 or 1013612. OLE color: 1013612.

HSL color Cylindrical-coordinate representation of color #6C770F: hue angle of 66.35º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C770F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 119 15 -
CMYK 0.09 0 0.87 0.53
HSL 66.35º 0.78% 0.26% -
HSV(B) 66.35º 0.87% 0.47% -
XYZ 12.87 16.42 2.94 -
YUV 103.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 108 119 15 0.09 0 0.87 0.53 66.35 0.78 0.26
Hex 6C 77 F 9 0 57 35 42 4E 1A
Octal 154 167 17 11 0 127 65 102 116 32
Binary 1101100 1110111 1111 1001 0 1010111 110101 1000010 1001110 11010

Color Harmonies of #6C770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C770F

Black with #6C770F

Text Example


Text Example

White with #6C770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,15); }

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

background-color css

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

 a { background-color: rgb(108,119,15); }

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

border-color css

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

 span { border-color: rgb(108,119,15); }

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