Html Css Color HEX #5E620B Fiji Green

📋 copy color: '#5E620B'

red 94 ◦ green 98 ◦ blue 11

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

Shades of Fiji Green #5E620B

Tints of Fiji Green #5E620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 46.31%
G = 48.28%
B = 5.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#5E620B (or 0x5E620B) is known color: Fiji Green. HEX triplet: 5E, 62 and 0B. RGB value is (94,98,11). Sum of RGB (Red+Green+Blue) = 94+98+11=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #5E620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E620B is #A19DF4. Grayscale: #575757. Windows color (decimal): -10591733 or 746078. OLE color: 746078.

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

Color convert

RGB 94 98 11 -
CMYK 0.04 0 0.89 0.62
HSL 62.76º 0.8% 0.21% -
HSV(B) 62.76º 0.89% 0.38% -
XYZ 9.04 11.14 1.99 -
YUV 86.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 94 98 11 0.04 0 0.89 0.62 62.76 0.8 0.21
Hex 5E 62 B 4 0 59 3E 3F 50 15
Octal 136 142 13 4 0 131 76 77 120 25
Binary 1011110 1100010 1011 100 0 1011001 111110 111111 1010000 10101

Color Harmonies of #5E620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E620B

Black with #5E620B

Text Example


Text Example

White with #5E620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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