Html Css Color HEX #85A12D Sushi

📋 copy color: '#85A12D'

red 133 ◦ green 161 ◦ blue 45

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

Shades of Sushi #85A12D

Tints of Sushi #85A12D

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 39.23%
G = 47.49%
B = 13.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#85A12D (or 0x85A12D) is known color: Sushi. HEX triplet: 85, A1 and 2D. RGB value is (133,161,45). Sum of RGB (Red+Green+Blue) = 133+161+45=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #85A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A12D is #7A5ED2. Grayscale: #8B8B8B. Windows color (decimal): -8019667 or 2990469. OLE color: 2990469.

HSL color Cylindrical-coordinate representation of color #85A12D: hue angle of 74.48º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85A12D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 45 -
CMYK 0.17 0 0.72 0.37
HSL 74.48º 0.56% 0.4% -
HSV(B) 74.48º 0.72% 0.63% -
XYZ 22.89 30.67 7.2 -
YUV 139.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 133 161 45 0.17 0 0.72 0.37 74.48 0.56 0.4
Hex 85 A1 2D 11 0 48 25 4A 38 28
Octal 205 241 55 21 0 110 45 112 70 50
Binary 10000101 10100001 101101 10001 0 1001000 100101 1001010 111000 101000

Color Harmonies of #85A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A12D

Black with #85A12D

Text Example


Text Example

White with #85A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A12D; }

 p { color: rgb(133,161,45); }

 H1.HeaderClassName
 {
   color: #85A12D;
 }
 .AnyTagClassName
 {
   color: #85A12D;
 }
</style>

background-color css

<style>
 a { background-color: #85A12D; }

 a { background-color: rgb(133,161,45); }

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

border-color css

<style>
 span { border-color: #85A12D; }

 span { border-color: rgb(133,161,45); }

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