Html Css Color HEX #7D8934 Wasabi

📋 copy color: '#7D8934'

red 125 ◦ green 137 ◦ blue 52

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

Shades of Wasabi #7D8934

Tints of Wasabi #7D8934

RGB

 RED value IS 125 (49.22% from 255) = 39.81%

 GREEN value IS 137 (53.91% from 255) = 43.63%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 39.81%
G = 43.63%
B = 16.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#7D8934 (or 0x7D8934) is known color: Wasabi. HEX triplet: 7D, 89 and 34. RGB value is (125,137,52). Sum of RGB (Red+Green+Blue) = 125+137+52=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8934 is #8276CB. Grayscale: #7C7C7C. Windows color (decimal): -8550092 or 3443069. OLE color: 3443069.

HSL color Cylindrical-coordinate representation of color #7D8934: hue angle of 68.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D8934 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 52 -
CMYK 0.09 0 0.62 0.46
HSL 68.47º 0.45% 0.37% -
HSV(B) 68.47º 0.62% 0.54% -
XYZ 18.02 22.5 6.64 -
YUV 123.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 125 137 52 0.09 0 0.62 0.46 68.47 0.45 0.37
Hex 7D 89 34 9 0 3E 2E 44 2D 25
Octal 175 211 64 11 0 76 56 104 55 45
Binary 1111101 10001001 110100 1001 0 111110 101110 1000100 101101 100101

Color Harmonies of #7D8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8934

Black with #7D8934

Text Example


Text Example

White with #7D8934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,137,52); }

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

background-color css

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

 a { background-color: rgb(125,137,52); }

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

border-color css

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

 span { border-color: rgb(125,137,52); }

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