Html Css Color HEX #869841 Wasabi

📋 copy color: '#869841'

red 134 ◦ green 152 ◦ blue 65

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

Shades of Wasabi #869841

Tints of Wasabi #869841

RGB

 RED value IS 134 (52.73% from 255) = 38.18%

 GREEN value IS 152 (59.77% from 255) = 43.3%

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 38.18%
G = 43.3%
B = 18.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#869841 (or 0x869841) is known color: Wasabi. HEX triplet: 86, 98 and 41. RGB value is (134,152,65). Sum of RGB (Red+Green+Blue) = 134+152+65=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #869841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869841 is #7967BE. Grayscale: #898989. Windows color (decimal): -7956415 or 4298886. OLE color: 4298886.

HSL color Cylindrical-coordinate representation of color #869841: hue angle of 72.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #869841 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 65 -
CMYK 0.12 0 0.57 0.40
HSL 72.41º 0.4% 0.43% -
HSV(B) 72.41º 0.57% 0.6% -
XYZ 22.01 27.91 9.23 -
YUV 136.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 134 152 65 0.12 0 0.57 0.40 72.41 0.4 0.43
Hex 86 98 41 C 0 39 28 48 28 2B
Octal 206 230 101 14 0 71 50 110 50 53
Binary 10000110 10011000 1000001 1100 0 111001 101000 1001000 101000 101011

Color Harmonies of #869841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869841

Black with #869841

Text Example


Text Example

White with #869841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869841; }

 p { color: rgb(134,152,65); }

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

background-color css

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

 a { background-color: rgb(134,152,65); }

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

border-color css

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

 span { border-color: rgb(134,152,65); }

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