Html Css Color HEX #7D992F Sushi

📋 copy color: '#7D992F'

red 125 ◦ green 153 ◦ blue 47

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

Shades of Sushi #7D992F

Tints of Sushi #7D992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 38.46%
G = 47.08%
B = 14.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#7D992F (or 0x7D992F) is known color: Sushi. HEX triplet: 7D, 99 and 2F. RGB value is (125,153,47). Sum of RGB (Red+Green+Blue) = 125+153+47=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #7D992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D992F is #8266D0. Grayscale: #848484. Windows color (decimal): -8546001 or 3119485. OLE color: 3119485.

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

Color convert

RGB 125 153 47 -
CMYK 0.18 0 0.69 0.4
HSL 75.85º 0.53% 0.39% -
HSV(B) 75.85º 0.69% 0.6% -
XYZ 20.36 27.35 6.89 -
YUV 132.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 125 153 47 0.18 0 0.69 0.4 75.85 0.53 0.39
Hex 7D 99 2F 12 0 45 28 4C 35 27
Octal 175 231 57 22 0 105 50 114 65 47
Binary 1111101 10011001 101111 10010 0 1000101 101000 1001100 110101 100111

Color Harmonies of #7D992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D992F

Black with #7D992F

Text Example


Text Example

White with #7D992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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