Html Css Color HEX #7D942A Sushi

📋 copy color: '#7D942A'

red 125 ◦ green 148 ◦ blue 42

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

Shades of Sushi #7D942A

Tints of Sushi #7D942A

RGB

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

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

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

R = 39.68%
G = 46.98%
B = 13.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7D942A (or 0x7D942A) is known color: Sushi. HEX triplet: 7D, 94 and 2A. RGB value is (125,148,42). Sum of RGB (Red+Green+Blue) = 125+148+42=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #7D942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D942A is #826BD5. Grayscale: #818181. Windows color (decimal): -8547286 or 2790525. OLE color: 2790525.

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

Color convert

RGB 125 148 42 -
CMYK 0.16 0 0.72 0.42
HSL 73.02º 0.56% 0.37% -
HSV(B) 73.02º 0.72% 0.58% -
XYZ 19.47 25.71 6.13 -
YUV 129.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 125 148 42 0.16 0 0.72 0.42 73.02 0.56 0.37
Hex 7D 94 2A 10 0 48 2A 49 38 25
Octal 175 224 52 20 0 110 52 111 70 45
Binary 1111101 10010100 101010 10000 0 1001000 101010 1001001 111000 100101

Color Harmonies of #7D942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D942A

Black with #7D942A

Text Example


Text Example

White with #7D942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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