Html Css Color HEX #6E7413 Fiji Green

📋 copy color: '#6E7413'

red 110 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #6E7413

Tints of Fiji Green #6E7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 44.9%
G = 47.35%
B = 7.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#6E7413 (or 0x6E7413) is known color: Fiji Green. HEX triplet: 6E, 74 and 13. RGB value is (110,116,19). Sum of RGB (Red+Green+Blue) = 110+116+19=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7413 is #918BEC. Grayscale: #676767. Windows color (decimal): -9538541 or 1274990. OLE color: 1274990.

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

Color convert

RGB 110 116 19 -
CMYK 0.05 0 0.84 0.55
HSL 63.71º 0.72% 0.26% -
HSV(B) 63.71º 0.84% 0.45% -
XYZ 12.79 15.85 3 -
YUV 103.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 110 116 19 0.05 0 0.84 0.55 63.71 0.72 0.26
Hex 6E 74 13 5 0 54 37 40 48 1A
Octal 156 164 23 5 0 124 67 100 110 32
Binary 1101110 1110100 10011 101 0 1010100 110111 1000000 1001000 11010

Color Harmonies of #6E7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7413

Black with #6E7413

Text Example


Text Example

White with #6E7413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,19); }

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

background-color css

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

 a { background-color: rgb(110,116,19); }

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

border-color css

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

 span { border-color: rgb(110,116,19); }

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