Html Css Color HEX #6E760E Fiji Green

📋 copy color: '#6E760E'

red 110 ◦ green 118 ◦ blue 14

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

Shades of Fiji Green #6E760E

Tints of Fiji Green #6E760E

RGB

 RED value IS 110 (43.36% from 255) = 45.45%

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 45.45%
G = 48.76%
B = 5.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#6E760E (or 0x6E760E) is known color: Fiji Green. HEX triplet: 6E, 76 and 0E. RGB value is (110,118,14). Sum of RGB (Red+Green+Blue) = 110+118+14=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #6E760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E760E is #9189F1. Grayscale: #686868. Windows color (decimal): -9538034 or 947822. OLE color: 947822.

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

Color convert

RGB 110 118 14 -
CMYK 0.07 0 0.88 0.54
HSL 64.62º 0.79% 0.26% -
HSV(B) 64.62º 0.88% 0.46% -
XYZ 12.99 16.3 2.88 -
YUV 103.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 110 118 14 0.07 0 0.88 0.54 64.62 0.79 0.26
Hex 6E 76 E 7 0 58 36 41 4F 1A
Octal 156 166 16 7 0 130 66 101 117 32
Binary 1101110 1110110 1110 111 0 1011000 110110 1000001 1001111 11010

Color Harmonies of #6E760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E760E

Black with #6E760E

Text Example


Text Example

White with #6E760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,14); }

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

background-color css

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

 a { background-color: rgb(110,118,14); }

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

border-color css

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

 span { border-color: rgb(110,118,14); }

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