Html Css Color HEX #949F3F Wasabi

📋 copy color: '#949F3F'

red 148 ◦ green 159 ◦ blue 63

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

Shades of Wasabi #949F3F

Tints of Wasabi #949F3F

RGB

 RED value IS 148 (58.2% from 255) = 40%

 GREEN value IS 159 (62.5% from 255) = 42.97%

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

R = 40%
G = 42.97%
B = 17.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#949F3F (or 0x949F3F) is known color: Wasabi. HEX triplet: 94, 9F and 3F. RGB value is (148,159,63). Sum of RGB (Red+Green+Blue) = 148+159+63=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #949F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F3F is #6B60C0. Grayscale: #919191. Windows color (decimal): -7037121 or 4169620. OLE color: 4169620.

HSL color Cylindrical-coordinate representation of color #949F3F: hue angle of 66.87º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #949F3F is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 63 -
CMYK 0.07 0 0.60 0.38
HSL 66.87º 0.43% 0.44% -
HSV(B) 66.87º 0.6% 0.62% -
XYZ 25.51 31.45 9.43 -
YUV 144.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 148 159 63 0.07 0 0.60 0.38 66.87 0.43 0.44
Hex 94 9F 3F 7 0 3C 26 43 2B 2C
Octal 224 237 77 7 0 74 46 103 53 54
Binary 10010100 10011111 111111 111 0 111100 100110 1000011 101011 101100

Color Harmonies of #949F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F3F

Black with #949F3F

Text Example


Text Example

White with #949F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949F3F; }

 p { color: rgb(148,159,63); }

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

background-color css

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

 a { background-color: rgb(148,159,63); }

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

border-color css

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

 span { border-color: rgb(148,159,63); }

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