Html Css Color HEX #5A6122 Saratoga

📋 copy color: '#5A6122'

red 90 ◦ green 97 ◦ blue 34

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

Shades of Saratoga #5A6122

Tints of Saratoga #5A6122

RGB

 RED value IS 90 (35.55% from 255) = 40.72%

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

 BLUE value IS 34 (13.67% from 255) = 15.38%

R = 40.72%
G = 43.89%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#5A6122 (or 0x5A6122) is known color: Saratoga. HEX triplet: 5A, 61 and 22. RGB value is (90,97,34). Sum of RGB (Red+Green+Blue) = 90+97+34=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6122 is #A59EDD. Grayscale: #575757. Windows color (decimal): -10854110 or 2253146. OLE color: 2253146.

HSL color Cylindrical-coordinate representation of color #5A6122: hue angle of 66.67º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A6122 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 34 -
CMYK 0.07 0 0.65 0.62
HSL 66.67º 0.48% 0.26% -
HSV(B) 66.67º 0.65% 0.38% -
XYZ 8.78 10.84 3.14 -
YUV 87.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 90 97 34 0.07 0 0.65 0.62 66.67 0.48 0.26
Hex 5A 61 22 7 0 41 3E 43 30 1A
Octal 132 141 42 7 0 101 76 103 60 32
Binary 1011010 1100001 100010 111 0 1000001 111110 1000011 110000 11010

Color Harmonies of #5A6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6122

Black with #5A6122

Text Example


Text Example

White with #5A6122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,34); }

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

background-color css

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

 a { background-color: rgb(90,97,34); }

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

border-color css

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

 span { border-color: rgb(90,97,34); }

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