Html Css Color HEX #7D9D33 Sushi

📋 copy color: '#7D9D33'

red 125 ◦ green 157 ◦ blue 51

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

Shades of Sushi #7D9D33

Tints of Sushi #7D9D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.15%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 37.54%
G = 47.15%
B = 15.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#7D9D33 (or 0x7D9D33) is known color: Sushi. HEX triplet: 7D, 9D and 33. RGB value is (125,157,51). Sum of RGB (Red+Green+Blue) = 125+157+51=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D33 is #8262CC. Grayscale: #878787. Windows color (decimal): -8544973 or 3382653. OLE color: 3382653.

HSL color Cylindrical-coordinate representation of color #7D9D33: hue angle of 78.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D9D33 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 157 51 -
CMYK 0.20 0 0.68 0.38
HSL 78.11º 0.51% 0.41% -
HSV(B) 78.11º 0.68% 0.62% -
XYZ 21.11 28.71 7.56 -
YUV 135.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 125 157 51 0.20 0 0.68 0.38 78.11 0.51 0.41
Hex 7D 9D 33 14 0 44 26 4E 33 29
Octal 175 235 63 24 0 104 46 116 63 51
Binary 1111101 10011101 110011 10100 0 1000100 100110 1001110 110011 101001

Color Harmonies of #7D9D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9D33

Black with #7D9D33

Text Example


Text Example

White with #7D9D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,51); }

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

background-color css

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

 a { background-color: rgb(125,157,51); }

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

border-color css

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

 span { border-color: rgb(125,157,51); }

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