Html Css Color HEX #5B611A Fiji Green

📋 copy color: '#5B611A'

red 91 ◦ green 97 ◦ blue 26

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

Shades of Fiji Green #5B611A

Tints of Fiji Green #5B611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

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

R = 42.52%
G = 45.33%
B = 12.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#5B611A (or 0x5B611A) is known color: Fiji Green. HEX triplet: 5B, 61 and 1A. RGB value is (91,97,26). Sum of RGB (Red+Green+Blue) = 91+97+26=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #5B611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B611A is #A49EE5. Grayscale: #575757. Windows color (decimal): -10788582 or 1728859. OLE color: 1728859.

HSL color Cylindrical-coordinate representation of color #5B611A: hue angle of 65.07º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B611A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 97 26 -
CMYK 0.06 0 0.73 0.62
HSL 65.07º 0.58% 0.24% -
HSV(B) 65.07º 0.73% 0.38% -
XYZ 8.78 10.85 2.61 -
YUV 87.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 91 97 26 0.06 0 0.73 0.62 65.07 0.58 0.24
Hex 5B 61 1A 6 0 49 3E 41 3A 18
Octal 133 141 32 6 0 111 76 101 72 30
Binary 1011011 1100001 11010 110 0 1001001 111110 1000001 111010 11000

Color Harmonies of #5B611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B611A

Black with #5B611A

Text Example


Text Example

White with #5B611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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