Html Css Color HEX #5E600F Fiji Green

📋 copy color: '#5E600F'

red 94 ◦ green 96 ◦ blue 15

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

Shades of Fiji Green #5E600F

Tints of Fiji Green #5E600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 45.85%
G = 46.83%
B = 7.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#5E600F (or 0x5E600F) is known color: Fiji Green. HEX triplet: 5E, 60 and 0F. RGB value is (94,96,15). Sum of RGB (Red+Green+Blue) = 94+96+15=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #5E600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E600F is #A19FF0. Grayscale: #565656. Windows color (decimal): -10592241 or 1007710. OLE color: 1007710.

HSL color Cylindrical-coordinate representation of color #5E600F: hue angle of 61.48º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E600F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 15 -
CMYK 0.02 0 0.84 0.62
HSL 61.48º 0.73% 0.22% -
HSV(B) 61.48º 0.84% 0.38% -
XYZ 8.89 10.78 2.06 -
YUV 86.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 94 96 15 0.02 0 0.84 0.62 61.48 0.73 0.22
Hex 5E 60 F 2 0 54 3E 3D 49 16
Octal 136 140 17 2 0 124 76 75 111 26
Binary 1011110 1100000 1111 10 0 1010100 111110 111101 1001001 10110

Color Harmonies of #5E600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E600F

Black with #5E600F

Text Example


Text Example

White with #5E600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,15); }

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

background-color css

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

 a { background-color: rgb(94,96,15); }

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

border-color css

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

 span { border-color: rgb(94,96,15); }

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