Html Css Color HEX #6E7210 Fiji Green

📋 copy color: '#6E7210'

red 110 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #6E7210

Tints of Fiji Green #6E7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.5%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 45.83%
G = 47.5%
B = 6.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#6E7210 (or 0x6E7210) is known color: Fiji Green. HEX triplet: 6E, 72 and 10. RGB value is (110,114,16). Sum of RGB (Red+Green+Blue) = 110+114+16=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7210 is #918DEF. Grayscale: #666666. Windows color (decimal): -9539056 or 1077870. OLE color: 1077870.

HSL color Cylindrical-coordinate representation of color #6E7210: hue angle of 62.45º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E7210 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 16 -
CMYK 0.04 0 0.86 0.55
HSL 62.45º 0.75% 0.25% -
HSV(B) 62.45º 0.86% 0.45% -
XYZ 12.54 15.39 2.8 -
YUV 101.63 79.67 133.97 -
System Red Green Blue C M Y K H S L
Decimal 110 114 16 0.04 0 0.86 0.55 62.45 0.75 0.25
Hex 6E 72 10 4 0 56 37 3E 4B 19
Octal 156 162 20 4 0 126 67 76 113 31
Binary 1101110 1110010 10000 100 0 1010110 110111 111110 1001011 11001

Color Harmonies of #6E7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7210

Black with #6E7210

Text Example


Text Example

White with #6E7210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,16); }

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

background-color css

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

 a { background-color: rgb(110,114,16); }

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

border-color css

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

 span { border-color: rgb(110,114,16); }

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