Html Css Color HEX #5B721A Fiji Green

📋 copy color: '#5B721A'

red 91 ◦ green 114 ◦ blue 26

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

Shades of Fiji Green #5B721A

Tints of Fiji Green #5B721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 39.39%
G = 49.35%
B = 11.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#5B721A (or 0x5B721A) is known color: Fiji Green. HEX triplet: 5B, 72 and 1A. RGB value is (91,114,26). Sum of RGB (Red+Green+Blue) = 91+114+26=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #5B721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B721A is #A48DE5. Grayscale: #616161. Windows color (decimal): -10784230 or 1733211. OLE color: 1733211.

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

Color convert

RGB 91 114 26 -
CMYK 0.20 0 0.77 0.55
HSL 75.68º 0.63% 0.27% -
HSV(B) 75.68º 0.77% 0.45% -
XYZ 10.52 14.33 3.19 -
YUV 97.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 91 114 26 0.20 0 0.77 0.55 75.68 0.63 0.27
Hex 5B 72 1A 14 0 4D 37 4C 3F 1B
Octal 133 162 32 24 0 115 67 114 77 33
Binary 1011011 1110010 11010 10100 0 1001101 110111 1001100 111111 11011

Color Harmonies of #5B721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B721A

Black with #5B721A

Text Example


Text Example

White with #5B721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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