Html Css Color HEX #7D9C35 Sushi

📋 copy color: '#7D9C35'

red 125 ◦ green 156 ◦ blue 53

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

Shades of Sushi #7D9C35

Tints of Sushi #7D9C35

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 37.43%
G = 46.71%
B = 15.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#7D9C35 (or 0x7D9C35) is known color: Sushi. HEX triplet: 7D, 9C and 35. RGB value is (125,156,53). Sum of RGB (Red+Green+Blue) = 125+156+53=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C35 is #8263CA. Grayscale: #878787. Windows color (decimal): -8545227 or 3513469. OLE color: 3513469.

HSL color Cylindrical-coordinate representation of color #7D9C35: hue angle of 78.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D9C35 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 156 53 -
CMYK 0.20 0 0.66 0.39
HSL 78.06º 0.49% 0.41% -
HSV(B) 78.06º 0.66% 0.61% -
XYZ 20.99 28.39 7.74 -
YUV 134.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 125 156 53 0.20 0 0.66 0.39 78.06 0.49 0.41
Hex 7D 9C 35 14 0 42 27 4E 31 29
Octal 175 234 65 24 0 102 47 116 61 51
Binary 1111101 10011100 110101 10100 0 1000010 100111 1001110 110001 101001

Color Harmonies of #7D9C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C35

Black with #7D9C35

Text Example


Text Example

White with #7D9C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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