Html Css Color HEX #85973C Wasabi

📋 copy color: '#85973C'

red 133 ◦ green 151 ◦ blue 60

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

Shades of Wasabi #85973C

Tints of Wasabi #85973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 38.66%
G = 43.9%
B = 17.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#85973C (or 0x85973C) is known color: Wasabi. HEX triplet: 85, 97 and 3C. RGB value is (133,151,60). Sum of RGB (Red+Green+Blue) = 133+151+60=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #85973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85973C is #7A68C3. Grayscale: #878787. Windows color (decimal): -8022212 or 3970949. OLE color: 3970949.

HSL color Cylindrical-coordinate representation of color #85973C: hue angle of 71.87º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85973C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 60 -
CMYK 0.12 0 0.60 0.41
HSL 71.87º 0.43% 0.41% -
HSV(B) 71.87º 0.6% 0.59% -
XYZ 21.56 27.45 8.44 -
YUV 135.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 133 151 60 0.12 0 0.60 0.41 71.87 0.43 0.41
Hex 85 97 3C C 0 3C 29 48 2B 29
Octal 205 227 74 14 0 74 51 110 53 51
Binary 10000101 10010111 111100 1100 0 111100 101001 1001000 101011 101001

Color Harmonies of #85973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85973C

Black with #85973C

Text Example


Text Example

White with #85973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85973C; }

 p { color: rgb(133,151,60); }

 H1.HeaderClassName
 {
   color: #85973C;
 }
 .AnyTagClassName
 {
   color: #85973C;
 }
</style>

background-color css

<style>
 a { background-color: #85973C; }

 a { background-color: rgb(133,151,60); }

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

border-color css

<style>
 span { border-color: #85973C; }

 span { border-color: rgb(133,151,60); }

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