Html Css Color HEX #5E750B Fiji Green

📋 copy color: '#5E750B'

red 94 ◦ green 117 ◦ blue 11

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

Shades of Fiji Green #5E750B

Tints of Fiji Green #5E750B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.7%

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

R = 42.34%
G = 52.7%
B = 4.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#5E750B (or 0x5E750B) is known color: Fiji Green. HEX triplet: 5E, 75 and 0B. RGB value is (94,117,11). Sum of RGB (Red+Green+Blue) = 94+117+11=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #5E750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E750B is #A18AF4. Grayscale: #626262. Windows color (decimal): -10586869 or 750942. OLE color: 750942.

HSL color Cylindrical-coordinate representation of color #5E750B: hue angle of 73.02º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E750B is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 11 -
CMYK 0.20 0 0.91 0.54
HSL 73.02º 0.83% 0.25% -
HSV(B) 73.02º 0.91% 0.46% -
XYZ 11.04 15.13 2.65 -
YUV 98.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 94 117 11 0.20 0 0.91 0.54 73.02 0.83 0.25
Hex 5E 75 B 14 0 5B 36 49 53 19
Octal 136 165 13 24 0 133 66 111 123 31
Binary 1011110 1110101 1011 10100 0 1011011 110110 1001001 1010011 11001

Color Harmonies of #5E750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E750B

Black with #5E750B

Text Example


Text Example

White with #5E750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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