Html Css Color HEX #5B720D Fiji Green

📋 copy color: '#5B720D'

red 91 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #5B720D

Tints of Fiji Green #5B720D

RGB

 RED value IS 91 (35.94% from 255) = 41.74%

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 41.74%
G = 52.29%
B = 5.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#5B720D (or 0x5B720D) is known color: Fiji Green. HEX triplet: 5B, 72 and 0D. RGB value is (91,114,13). Sum of RGB (Red+Green+Blue) = 91+114+13=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #5B720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B720D is #A48DF2. Grayscale: #5F5F5F. Windows color (decimal): -10784243 or 881243. OLE color: 881243.

HSL color Cylindrical-coordinate representation of color #5B720D: hue angle of 73.66º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B720D is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 13 -
CMYK 0.20 0 0.89 0.55
HSL 73.66º 0.8% 0.25% -
HSV(B) 73.66º 0.89% 0.45% -
XYZ 10.4 14.29 2.59 -
YUV 95.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 91 114 13 0.20 0 0.89 0.55 73.66 0.8 0.25
Hex 5B 72 D 14 0 59 37 4A 50 19
Octal 133 162 15 24 0 131 67 112 120 31
Binary 1011011 1110010 1101 10100 0 1011001 110111 1001010 1010000 11001

Color Harmonies of #5B720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B720D

Black with #5B720D

Text Example


Text Example

White with #5B720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,13); }

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

background-color css

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

 a { background-color: rgb(91,114,13); }

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

border-color css

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

 span { border-color: rgb(91,114,13); }

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