Html Css Color HEX #5E600A Fiji Green

📋 copy color: '#5E600A'

red 94 ◦ green 96 ◦ blue 10

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

Shades of Fiji Green #5E600A

Tints of Fiji Green #5E600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 47%
G = 48%
B = 5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#5E600A (or 0x5E600A) is known color: Fiji Green. HEX triplet: 5E, 60 and 0A. RGB value is (94,96,10). Sum of RGB (Red+Green+Blue) = 94+96+10=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #5E600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E600A is #A19FF5. Grayscale: #555555. Windows color (decimal): -10592246 or 680030. OLE color: 680030.

HSL color Cylindrical-coordinate representation of color #5E600A: hue angle of 61.4º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E600A is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 10 -
CMYK 0.02 0 0.90 0.62
HSL 61.4º 0.81% 0.21% -
HSV(B) 61.4º 0.9% 0.38% -
XYZ 8.85 10.77 1.9 -
YUV 85.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 94 96 10 0.02 0 0.90 0.62 61.4 0.81 0.21
Hex 5E 60 A 2 0 5A 3E 3D 51 15
Octal 136 140 12 2 0 132 76 75 121 25
Binary 1011110 1100000 1010 10 0 1011010 111110 111101 1010001 10101

Color Harmonies of #5E600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E600A

Black with #5E600A

Text Example


Text Example

White with #5E600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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