Html Css Color HEX #7D9935 Sushi

📋 copy color: '#7D9935'

red 125 ◦ green 153 ◦ blue 53

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

Shades of Sushi #7D9935

Tints of Sushi #7D9935

RGB

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

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

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

R = 37.76%
G = 46.22%
B = 16.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#7D9935 (or 0x7D9935) is known color: Sushi. HEX triplet: 7D, 99 and 35. RGB value is (125,153,53). Sum of RGB (Red+Green+Blue) = 125+153+53=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9935 is #8266CA. Grayscale: #858585. Windows color (decimal): -8545995 or 3512701. OLE color: 3512701.

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

Color convert

RGB 125 153 53 -
CMYK 0.18 0 0.65 0.4
HSL 76.8º 0.49% 0.4% -
HSV(B) 76.8º 0.65% 0.6% -
XYZ 20.49 27.4 7.58 -
YUV 133.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 125 153 53 0.18 0 0.65 0.4 76.8 0.49 0.4
Hex 7D 99 35 12 0 41 28 4D 31 28
Octal 175 231 65 22 0 101 50 115 61 50
Binary 1111101 10011001 110101 10010 0 1000001 101000 1001101 110001 101000

Color Harmonies of #7D9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9935

Black with #7D9935

Text Example


Text Example

White with #7D9935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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