Html Css Color HEX #7F9538 Wasabi

📋 copy color: '#7F9538'

red 127 ◦ green 149 ◦ blue 56

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

Shades of Wasabi #7F9538

Tints of Wasabi #7F9538

RGB

 RED value IS 127 (50% from 255) = 38.25%

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 38.25%
G = 44.88%
B = 16.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#7F9538 (or 0x7F9538) is known color: Wasabi. HEX triplet: 7F, 95 and 38. RGB value is (127,149,56). Sum of RGB (Red+Green+Blue) = 127+149+56=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9538 is #806AC7. Grayscale: #848484. Windows color (decimal): -8415944 or 3708287. OLE color: 3708287.

HSL color Cylindrical-coordinate representation of color #7F9538: hue angle of 74.19º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F9538 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 56 -
CMYK 0.15 0 0.62 0.42
HSL 74.19º 0.45% 0.4% -
HSV(B) 74.19º 0.62% 0.58% -
XYZ 20.21 26.29 7.75 -
YUV 131.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 127 149 56 0.15 0 0.62 0.42 74.19 0.45 0.4
Hex 7F 95 38 F 0 3E 2A 4A 2D 28
Octal 177 225 70 17 0 76 52 112 55 50
Binary 1111111 10010101 111000 1111 0 111110 101010 1001010 101101 101000

Color Harmonies of #7F9538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9538

Black with #7F9538

Text Example


Text Example

White with #7F9538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9538; }

 p { color: rgb(127,149,56); }

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

background-color css

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

 a { background-color: rgb(127,149,56); }

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

border-color css

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

 span { border-color: rgb(127,149,56); }

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