Html Css Color HEX #5E620F Fiji Green

📋 copy color: '#5E620F'

red 94 ◦ green 98 ◦ blue 15

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

Shades of Fiji Green #5E620F

Tints of Fiji Green #5E620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

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

R = 45.41%
G = 47.34%
B = 7.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#5E620F (or 0x5E620F) is known color: Fiji Green. HEX triplet: 5E, 62 and 0F. RGB value is (94,98,15). Sum of RGB (Red+Green+Blue) = 94+98+15=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #5E620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E620F is #A19DF0. Grayscale: #575757. Windows color (decimal): -10591729 or 1008222. OLE color: 1008222.

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

Color convert

RGB 94 98 15 -
CMYK 0.04 0 0.85 0.62
HSL 62.89º 0.73% 0.22% -
HSV(B) 62.89º 0.85% 0.38% -
XYZ 9.07 11.15 2.13 -
YUV 87.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 94 98 15 0.04 0 0.85 0.62 62.89 0.73 0.22
Hex 5E 62 F 4 0 55 3E 3F 49 16
Octal 136 142 17 4 0 125 76 77 111 26
Binary 1011110 1100010 1111 100 0 1010101 111110 111111 1001001 10110

Color Harmonies of #5E620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E620F

Black with #5E620F

Text Example


Text Example

White with #5E620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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