Html Css Color HEX #7D992A Sushi

📋 copy color: '#7D992A'

red 125 ◦ green 153 ◦ blue 42

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

Shades of Sushi #7D992A

Tints of Sushi #7D992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 39.06%
G = 47.81%
B = 13.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#7D992A (or 0x7D992A) is known color: Sushi. HEX triplet: 7D, 99 and 2A. RGB value is (125,153,42). Sum of RGB (Red+Green+Blue) = 125+153+42=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #7D992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D992A is #8266D5. Grayscale: #848484. Windows color (decimal): -8546006 or 2791805. OLE color: 2791805.

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

Color convert

RGB 125 153 42 -
CMYK 0.18 0 0.73 0.4
HSL 75.14º 0.57% 0.38% -
HSV(B) 75.14º 0.73% 0.6% -
XYZ 20.27 27.31 6.39 -
YUV 131.97 77.22 123.03 -
System Red Green Blue C M Y K H S L
Decimal 125 153 42 0.18 0 0.73 0.4 75.14 0.57 0.38
Hex 7D 99 2A 12 0 49 28 4B 39 26
Octal 175 231 52 22 0 111 50 113 71 46
Binary 1111101 10011001 101010 10010 0 1001001 101000 1001011 111001 100110

Color Harmonies of #7D992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D992A

Black with #7D992A

Text Example


Text Example

White with #7D992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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