Html Css Color HEX #5E720B Fiji Green

📋 copy color: '#5E720B'

red 94 ◦ green 114 ◦ blue 11

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

Shades of Fiji Green #5E720B

Tints of Fiji Green #5E720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.05%

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

R = 42.92%
G = 52.05%
B = 5.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#5E720B (or 0x5E720B) is known color: Fiji Green. HEX triplet: 5E, 72 and 0B. RGB value is (94,114,11). Sum of RGB (Red+Green+Blue) = 94+114+11=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #5E720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E720B is #A18DF4. Grayscale: #606060. Windows color (decimal): -10587637 or 750174. OLE color: 750174.

HSL color Cylindrical-coordinate representation of color #5E720B: hue angle of 71.65º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E720B is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 11 -
CMYK 0.18 0 0.90 0.55
HSL 71.65º 0.82% 0.25% -
HSV(B) 71.65º 0.9% 0.45% -
XYZ 10.69 14.44 2.54 -
YUV 96.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 94 114 11 0.18 0 0.90 0.55 71.65 0.82 0.25
Hex 5E 72 B 12 0 5A 37 48 52 19
Octal 136 162 13 22 0 132 67 110 122 31
Binary 1011110 1110010 1011 10010 0 1011010 110111 1001000 1010010 11001

Color Harmonies of #5E720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E720B

Black with #5E720B

Text Example


Text Example

White with #5E720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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