Html Css Color HEX #7D9634 Sushi

📋 copy color: '#7D9634'

red 125 ◦ green 150 ◦ blue 52

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

Shades of Sushi #7D9634

Tints of Sushi #7D9634

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

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

R = 38.23%
G = 45.87%
B = 15.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#7D9634 (or 0x7D9634) is known color: Sushi. HEX triplet: 7D, 96 and 34. RGB value is (125,150,52). Sum of RGB (Red+Green+Blue) = 125+150+52=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9634 is #8269CB. Grayscale: #838383. Windows color (decimal): -8546764 or 3446397. OLE color: 3446397.

HSL color Cylindrical-coordinate representation of color #7D9634: hue angle of 75.31º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9634 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 52 -
CMYK 0.17 0 0.65 0.41
HSL 75.31º 0.49% 0.4% -
HSV(B) 75.31º 0.65% 0.59% -
XYZ 19.98 26.42 7.3 -
YUV 131.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 125 150 52 0.17 0 0.65 0.41 75.31 0.49 0.4
Hex 7D 96 34 11 0 41 29 4B 31 28
Octal 175 226 64 21 0 101 51 113 61 50
Binary 1111101 10010110 110100 10001 0 1000001 101001 1001011 110001 101000

Color Harmonies of #7D9634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9634

Black with #7D9634

Text Example


Text Example

White with #7D9634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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