Html Css Color HEX #7D9939 Sushi

📋 copy color: '#7D9939'

red 125 ◦ green 153 ◦ blue 57

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

Shades of Sushi #7D9939

Tints of Sushi #7D9939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 37.31%
G = 45.67%
B = 17.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#7D9939 (or 0x7D9939) is known color: Sushi. HEX triplet: 7D, 99 and 39. RGB value is (125,153,57). Sum of RGB (Red+Green+Blue) = 125+153+57=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9939 is #8266C6. Grayscale: #868686. Windows color (decimal): -8545991 or 3774845. OLE color: 3774845.

HSL color Cylindrical-coordinate representation of color #7D9939: hue angle of 77.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9939 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 153 57 -
CMYK 0.18 0 0.63 0.4
HSL 77.5º 0.46% 0.41% -
HSV(B) 77.5º 0.63% 0.6% -
XYZ 20.59 27.44 8.08 -
YUV 133.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 125 153 57 0.18 0 0.63 0.4 77.5 0.46 0.41
Hex 7D 99 39 12 0 3F 28 4E 2E 29
Octal 175 231 71 22 0 77 50 116 56 51
Binary 1111101 10011001 111001 10010 0 111111 101000 1001110 101110 101001

Color Harmonies of #7D9939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9939

Black with #7D9939

Text Example


Text Example

White with #7D9939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,153,57); }

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

background-color css

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

 a { background-color: rgb(125,153,57); }

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

border-color css

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

 span { border-color: rgb(125,153,57); }

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