Html Css Color HEX #5E6F0D Fiji Green

📋 copy color: '#5E6F0D'

red 94 ◦ green 111 ◦ blue 13

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

Shades of Fiji Green #5E6F0D

Tints of Fiji Green #5E6F0D

RGB

 RED value IS 94 (37.11% from 255) = 43.12%

 GREEN value IS 111 (43.75% from 255) = 50.92%

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 43.12%
G = 50.92%
B = 5.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#5E6F0D (or 0x5E6F0D) is known color: Fiji Green. HEX triplet: 5E, 6F and 0D. RGB value is (94,111,13). Sum of RGB (Red+Green+Blue) = 94+111+13=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6F0D is #A190F2. Grayscale: #5F5F5F. Windows color (decimal): -10588403 or 880478. OLE color: 880478.

HSL color Cylindrical-coordinate representation of color #5E6F0D: hue angle of 70.41º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E6F0D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 111 13 -
CMYK 0.15 0 0.88 0.56
HSL 70.41º 0.79% 0.24% -
HSV(B) 70.41º 0.88% 0.44% -
XYZ 10.37 13.78 2.49 -
YUV 94.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 94 111 13 0.15 0 0.88 0.56 70.41 0.79 0.24
Hex 5E 6F D F 0 58 38 46 4F 18
Octal 136 157 15 17 0 130 70 106 117 30
Binary 1011110 1101111 1101 1111 0 1011000 111000 1000110 1001111 11000

Color Harmonies of #5E6F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F0D

Black with #5E6F0D

Text Example


Text Example

White with #5E6F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6F0D; }

 p { color: rgb(94,111,13); }

 H1.HeaderClassName
 {
   color: #5E6F0D;
 }
 .AnyTagClassName
 {
   color: #5E6F0D;
 }
</style>

background-color css

<style>
 a { background-color: #5E6F0D; }

 a { background-color: rgb(94,111,13); }

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

border-color css

<style>
 span { border-color: #5E6F0D; }

 span { border-color: rgb(94,111,13); }

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