Html Css Color HEX #85A43F Sushi

📋 copy color: '#85A43F'

red 133 ◦ green 164 ◦ blue 63

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

Shades of Sushi #85A43F

Tints of Sushi #85A43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 36.94%
G = 45.56%
B = 17.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#85A43F (or 0x85A43F) is known color: Sushi. HEX triplet: 85, A4 and 3F. RGB value is (133,164,63). Sum of RGB (Red+Green+Blue) = 133+164+63=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #85A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A43F is #7A5BC0. Grayscale: #8F8F8F. Windows color (decimal): -8018881 or 4170885. OLE color: 4170885.

HSL color Cylindrical-coordinate representation of color #85A43F: hue angle of 78.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85A43F is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 63 -
CMYK 0.19 0 0.62 0.36
HSL 78.42º 0.44% 0.45% -
HSV(B) 78.42º 0.62% 0.64% -
XYZ 23.85 31.9 9.6 -
YUV 143.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 133 164 63 0.19 0 0.62 0.36 78.42 0.44 0.45
Hex 85 A4 3F 13 0 3E 24 4E 2C 2D
Octal 205 244 77 23 0 76 44 116 54 55
Binary 10000101 10100100 111111 10011 0 111110 100100 1001110 101100 101101

Color Harmonies of #85A43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A43F

Black with #85A43F

Text Example


Text Example

White with #85A43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,63); }

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

background-color css

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

 a { background-color: rgb(133,164,63); }

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

border-color css

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

 span { border-color: rgb(133,164,63); }

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