Html Css Color HEX #5B6127 Saratoga

📋 copy color: '#5B6127'

red 91 ◦ green 97 ◦ blue 39

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

Shades of Saratoga #5B6127

Tints of Saratoga #5B6127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 40.09%
G = 42.73%
B = 17.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#5B6127 (or 0x5B6127) is known color: Saratoga. HEX triplet: 5B, 61 and 27. RGB value is (91,97,39). Sum of RGB (Red+Green+Blue) = 91+97+39=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6127 is #A49ED8. Grayscale: #585858. Windows color (decimal): -10788569 or 2580827. OLE color: 2580827.

HSL color Cylindrical-coordinate representation of color #5B6127: hue angle of 66.21º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B6127 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 97 39 -
CMYK 0.06 0 0.60 0.62
HSL 66.21º 0.43% 0.27% -
HSV(B) 66.21º 0.6% 0.38% -
XYZ 8.96 10.92 3.56 -
YUV 88.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 91 97 39 0.06 0 0.60 0.62 66.21 0.43 0.27
Hex 5B 61 27 6 0 3C 3E 42 2B 1B
Octal 133 141 47 6 0 74 76 102 53 33
Binary 1011011 1100001 100111 110 0 111100 111110 1000010 101011 11011

Color Harmonies of #5B6127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6127

Black with #5B6127

Text Example


Text Example

White with #5B6127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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