Html Css Color HEX #869948 Wasabi

📋 copy color: '#869948'

red 134 ◦ green 153 ◦ blue 72

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

Shades of Wasabi #869948

Tints of Wasabi #869948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 37.33%
G = 42.62%
B = 20.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#869948 (or 0x869948) is known color: Wasabi. HEX triplet: 86, 99 and 48. RGB value is (134,153,72). Sum of RGB (Red+Green+Blue) = 134+153+72=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #869948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869948 is #7966B7. Grayscale: #8A8A8A. Windows color (decimal): -7956152 or 4757894. OLE color: 4757894.

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

Color convert

RGB 134 153 72 -
CMYK 0.12 0 0.53 0.4
HSL 74.07º 0.36% 0.44% -
HSV(B) 74.07º 0.53% 0.6% -
XYZ 22.39 28.32 10.42 -
YUV 138.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 134 153 72 0.12 0 0.53 0.4 74.07 0.36 0.44
Hex 86 99 48 C 0 35 28 4A 24 2C
Octal 206 231 110 14 0 65 50 112 44 54
Binary 10000110 10011001 1001000 1100 0 110101 101000 1001010 100100 101100

Color Harmonies of #869948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869948

Black with #869948

Text Example


Text Example

White with #869948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869948; }

 p { color: rgb(134,153,72); }

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

background-color css

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

 a { background-color: rgb(134,153,72); }

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

border-color css

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

 span { border-color: rgb(134,153,72); }

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