Html Css Color HEX #6C760F Fiji Green

📋 copy color: '#6C760F'

red 108 ◦ green 118 ◦ blue 15

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

Shades of Fiji Green #6C760F

Tints of Fiji Green #6C760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 44.81%
G = 48.96%
B = 6.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#6C760F (or 0x6C760F) is known color: Fiji Green. HEX triplet: 6C, 76 and 0F. RGB value is (108,118,15). Sum of RGB (Red+Green+Blue) = 108+118+15=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #6C760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C760F is #9389F0. Grayscale: #676767. Windows color (decimal): -9669105 or 1013356. OLE color: 1013356.

HSL color Cylindrical-coordinate representation of color #6C760F: hue angle of 65.83º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C760F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 15 -
CMYK 0.08 0 0.87 0.54
HSL 65.83º 0.77% 0.26% -
HSV(B) 65.83º 0.87% 0.46% -
XYZ 12.75 16.18 2.9 -
YUV 103.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 108 118 15 0.08 0 0.87 0.54 65.83 0.77 0.26
Hex 6C 76 F 8 0 57 36 42 4D 1A
Octal 154 166 17 10 0 127 66 102 115 32
Binary 1101100 1110110 1111 1000 0 1010111 110110 1000010 1001101 11010

Color Harmonies of #6C760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C760F

Black with #6C760F

Text Example


Text Example

White with #6C760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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