Html Css Color HEX #6E7214 Fiji Green

📋 copy color: '#6E7214'

red 110 ◦ green 114 ◦ blue 20

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

Shades of Fiji Green #6E7214

Tints of Fiji Green #6E7214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 45.08%
G = 46.72%
B = 8.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#6E7214 (or 0x6E7214) is known color: Fiji Green. HEX triplet: 6E, 72 and 14. RGB value is (110,114,20). Sum of RGB (Red+Green+Blue) = 110+114+20=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7214 is #918DEB. Grayscale: #666666. Windows color (decimal): -9539052 or 1340014. OLE color: 1340014.

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

Color convert

RGB 110 114 20 -
CMYK 0.04 0 0.82 0.55
HSL 62.55º 0.7% 0.26% -
HSV(B) 62.55º 0.82% 0.45% -
XYZ 12.57 15.4 2.97 -
YUV 102.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 110 114 20 0.04 0 0.82 0.55 62.55 0.7 0.26
Hex 6E 72 14 4 0 52 37 3F 46 1A
Octal 156 162 24 4 0 122 67 77 106 32
Binary 1101110 1110010 10100 100 0 1010010 110111 111111 1000110 11010

Color Harmonies of #6E7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7214

Black with #6E7214

Text Example


Text Example

White with #6E7214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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