Html Css Color HEX #7D8935 Wasabi

📋 copy color: '#7D8935'

red 125 ◦ green 137 ◦ blue 53

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

Shades of Wasabi #7D8935

Tints of Wasabi #7D8935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 39.68%
G = 43.49%
B = 16.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#7D8935 (or 0x7D8935) is known color: Wasabi. HEX triplet: 7D, 89 and 35. RGB value is (125,137,53). Sum of RGB (Red+Green+Blue) = 125+137+53=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8935 is #8276CA. Grayscale: #7C7C7C. Windows color (decimal): -8550091 or 3508605. OLE color: 3508605.

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

Color convert

RGB 125 137 53 -
CMYK 0.09 0 0.61 0.46
HSL 68.57º 0.44% 0.37% -
HSV(B) 68.57º 0.61% 0.54% -
XYZ 18.05 22.51 6.76 -
YUV 123.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 125 137 53 0.09 0 0.61 0.46 68.57 0.44 0.37
Hex 7D 89 35 9 0 3D 2E 45 2C 25
Octal 175 211 65 11 0 75 56 105 54 45
Binary 1111101 10001001 110101 1001 0 111101 101110 1000101 101100 100101

Color Harmonies of #7D8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8935

Black with #7D8935

Text Example


Text Example

White with #7D8935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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