Html Css Color HEX #85A83D Sushi

📋 copy color: '#85A83D'

red 133 ◦ green 168 ◦ blue 61

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

Shades of Sushi #85A83D

Tints of Sushi #85A83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 36.74%
G = 46.41%
B = 16.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#85A83D (or 0x85A83D) is known color: Sushi. HEX triplet: 85, A8 and 3D. RGB value is (133,168,61). Sum of RGB (Red+Green+Blue) = 133+168+61=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #85A83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A83D is #7A57C2. Grayscale: #919191. Windows color (decimal): -8017859 or 4040837. OLE color: 4040837.

HSL color Cylindrical-coordinate representation of color #85A83D: hue angle of 79.63º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85A83D is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 61 -
CMYK 0.21 0 0.64 0.34
HSL 79.63º 0.47% 0.45% -
HSV(B) 79.63º 0.64% 0.66% -
XYZ 24.52 33.33 9.56 -
YUV 145.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 133 168 61 0.21 0 0.64 0.34 79.63 0.47 0.45
Hex 85 A8 3D 15 0 40 22 50 2F 2D
Octal 205 250 75 25 0 100 42 120 57 55
Binary 10000101 10101000 111101 10101 0 1000000 100010 1010000 101111 101101

Color Harmonies of #85A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A83D

Black with #85A83D

Text Example


Text Example

White with #85A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,61); }

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

background-color css

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

 a { background-color: rgb(133,168,61); }

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

border-color css

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

 span { border-color: rgb(133,168,61); }

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