Html Css Color HEX #7D942C Sushi

📋 copy color: '#7D942C'

red 125 ◦ green 148 ◦ blue 44

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

Shades of Sushi #7D942C

Tints of Sushi #7D942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 39.43%
G = 46.69%
B = 13.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#7D942C (or 0x7D942C) is known color: Sushi. HEX triplet: 7D, 94 and 2C. RGB value is (125,148,44). Sum of RGB (Red+Green+Blue) = 125+148+44=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #7D942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D942C is #826BD3. Grayscale: #818181. Windows color (decimal): -8547284 or 2921597. OLE color: 2921597.

HSL color Cylindrical-coordinate representation of color #7D942C: hue angle of 73.27º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D942C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 44 -
CMYK 0.16 0 0.70 0.42
HSL 73.27º 0.54% 0.38% -
HSV(B) 73.27º 0.7% 0.58% -
XYZ 19.5 25.72 6.32 -
YUV 129.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 125 148 44 0.16 0 0.70 0.42 73.27 0.54 0.38
Hex 7D 94 2C 10 0 46 2A 49 36 26
Octal 175 224 54 20 0 106 52 111 66 46
Binary 1111101 10010100 101100 10000 0 1000110 101010 1001001 110110 100110

Color Harmonies of #7D942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D942C

Black with #7D942C

Text Example


Text Example

White with #7D942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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