Html Css Color HEX #7D942E Sushi

📋 copy color: '#7D942E'

red 125 ◦ green 148 ◦ blue 46

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

Shades of Sushi #7D942E

Tints of Sushi #7D942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 39.18%
G = 46.39%
B = 14.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#7D942E (or 0x7D942E) is known color: Sushi. HEX triplet: 7D, 94 and 2E. RGB value is (125,148,46). Sum of RGB (Red+Green+Blue) = 125+148+46=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #7D942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D942E is #826BD1. Grayscale: #818181. Windows color (decimal): -8547282 or 3052669. OLE color: 3052669.

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

Color convert

RGB 125 148 46 -
CMYK 0.16 0 0.69 0.42
HSL 73.53º 0.53% 0.38% -
HSV(B) 73.53º 0.69% 0.58% -
XYZ 19.54 25.74 6.52 -
YUV 129.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 125 148 46 0.16 0 0.69 0.42 73.53 0.53 0.38
Hex 7D 94 2E 10 0 45 2A 4A 35 26
Octal 175 224 56 20 0 105 52 112 65 46
Binary 1111101 10010100 101110 10000 0 1000101 101010 1001010 110101 100110

Color Harmonies of #7D942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D942E

Black with #7D942E

Text Example


Text Example

White with #7D942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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