Html Css Color HEX #85AF3F Sushi

📋 copy color: '#85AF3F'

red 133 ◦ green 175 ◦ blue 63

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

Shades of Sushi #85AF3F

Tints of Sushi #85AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.17%

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

R = 35.85%
G = 47.17%
B = 16.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#85AF3F (or 0x85AF3F) is known color: Sushi. HEX triplet: 85, AF and 3F. RGB value is (133,175,63). Sum of RGB (Red+Green+Blue) = 133+175+63=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF3F is #7A50C0. Grayscale: #969696. Windows color (decimal): -8016065 or 4173701. OLE color: 4173701.

HSL color Cylindrical-coordinate representation of color #85AF3F: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85AF3F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 63 -
CMYK 0.24 0 0.64 0.31
HSL 82.5º 0.47% 0.47% -
HSV(B) 82.5º 0.64% 0.69% -
XYZ 25.9 36.01 10.29 -
YUV 149.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 133 175 63 0.24 0 0.64 0.31 82.5 0.47 0.47
Hex 85 AF 3F 18 0 40 1F 52 2F 2F
Octal 205 257 77 30 0 100 37 122 57 57
Binary 10000101 10101111 111111 11000 0 1000000 11111 1010010 101111 101111

Color Harmonies of #85AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF3F

Black with #85AF3F

Text Example


Text Example

White with #85AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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