Html Css Color HEX #7D9F2A Sushi

📋 copy color: '#7D9F2A'

red 125 ◦ green 159 ◦ blue 42

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

Shades of Sushi #7D9F2A

Tints of Sushi #7D9F2A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.77%

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

R = 38.34%
G = 48.77%
B = 12.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#7D9F2A (or 0x7D9F2A) is known color: Sushi. HEX triplet: 7D, 9F and 2A. RGB value is (125,159,42). Sum of RGB (Red+Green+Blue) = 125+159+42=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F2A is #8260D5. Grayscale: #878787. Windows color (decimal): -8544470 or 2793341. OLE color: 2793341.

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

Color convert

RGB 125 159 42 -
CMYK 0.21 0 0.74 0.38
HSL 77.44º 0.58% 0.39% -
HSV(B) 77.44º 0.74% 0.62% -
XYZ 21.27 29.32 6.73 -
YUV 135.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 125 159 42 0.21 0 0.74 0.38 77.44 0.58 0.39
Hex 7D 9F 2A 15 0 4A 26 4D 3A 27
Octal 175 237 52 25 0 112 46 115 72 47
Binary 1111101 10011111 101010 10101 0 1001010 100110 1001101 111010 100111

Color Harmonies of #7D9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F2A

Black with #7D9F2A

Text Example


Text Example

White with #7D9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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