Html Css Color HEX #949F58 Green Smoke

📋 copy color: '#949F58'

red 148 ◦ green 159 ◦ blue 88

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

Shades of Green Smoke #949F58

Tints of Green Smoke #949F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.28%

R = 37.47%
G = 40.25%
B = 22.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#949F58 (or 0x949F58) is known color: Green Smoke. HEX triplet: 94, 9F and 58. RGB value is (148,159,88). Sum of RGB (Red+Green+Blue) = 148+159+88=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #949F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F58 is #6B60A7. Grayscale: #939393. Windows color (decimal): -7037096 or 5808020. OLE color: 5808020.

HSL color Cylindrical-coordinate representation of color #949F58: hue angle of 69.3º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #949F58 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 88 -
CMYK 0.07 0 0.45 0.38
HSL 69.3º 0.29% 0.48% -
HSV(B) 69.3º 0.45% 0.62% -
XYZ 26.37 31.8 13.98 -
YUV 147.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 148 159 88 0.07 0 0.45 0.38 69.3 0.29 0.48
Hex 94 9F 58 7 0 2D 26 45 1D 30
Octal 224 237 130 7 0 55 46 105 35 60
Binary 10010100 10011111 1011000 111 0 101101 100110 1000101 11101 110000

Color Harmonies of #949F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F58

Black with #949F58

Text Example


Text Example

White with #949F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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