Html Css Color HEX #7D9E2C Sushi

📋 copy color: '#7D9E2C'

red 125 ◦ green 158 ◦ blue 44

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

Shades of Sushi #7D9E2C

Tints of Sushi #7D9E2C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.32%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 38.23%
G = 48.32%
B = 13.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#7D9E2C (or 0x7D9E2C) is known color: Sushi. HEX triplet: 7D, 9E and 2C. RGB value is (125,158,44). Sum of RGB (Red+Green+Blue) = 125+158+44=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E2C is #8261D3. Grayscale: #878787. Windows color (decimal): -8544724 or 2924157. OLE color: 2924157.

HSL color Cylindrical-coordinate representation of color #7D9E2C: hue angle of 77.37º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D9E2C is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 44 -
CMYK 0.21 0 0.72 0.38
HSL 77.37º 0.56% 0.4% -
HSV(B) 77.37º 0.72% 0.62% -
XYZ 21.14 29 6.87 -
YUV 135.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 125 158 44 0.21 0 0.72 0.38 77.37 0.56 0.4
Hex 7D 9E 2C 15 0 48 26 4D 38 28
Octal 175 236 54 25 0 110 46 115 70 50
Binary 1111101 10011110 101100 10101 0 1001000 100110 1001101 111000 101000

Color Harmonies of #7D9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E2C

Black with #7D9E2C

Text Example


Text Example

White with #7D9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,44); }

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

background-color css

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

 a { background-color: rgb(125,158,44); }

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

border-color css

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

 span { border-color: rgb(125,158,44); }

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