Html Css Color HEX #6E7216 Fiji Green

📋 copy color: '#6E7216'

red 110 ◦ green 114 ◦ blue 22

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

Shades of Fiji Green #6E7216

Tints of Fiji Green #6E7216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 44.72%
G = 46.34%
B = 8.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#6E7216 (or 0x6E7216) is known color: Fiji Green. HEX triplet: 6E, 72 and 16. RGB value is (110,114,22). Sum of RGB (Red+Green+Blue) = 110+114+22=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7216 is #918DE9. Grayscale: #666666. Windows color (decimal): -9539050 or 1471086. OLE color: 1471086.

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

Color convert

RGB 110 114 22 -
CMYK 0.04 0 0.81 0.55
HSL 62.61º 0.68% 0.27% -
HSV(B) 62.61º 0.81% 0.45% -
XYZ 12.59 15.41 3.07 -
YUV 102.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 110 114 22 0.04 0 0.81 0.55 62.61 0.68 0.27
Hex 6E 72 16 4 0 51 37 3F 44 1B
Octal 156 162 26 4 0 121 67 77 104 33
Binary 1101110 1110010 10110 100 0 1010001 110111 111111 1000100 11011

Color Harmonies of #6E7216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7216

Black with #6E7216

Text Example


Text Example

White with #6E7216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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