Html Css Color HEX #7D952D Sushi

📋 copy color: '#7D952D'

red 125 ◦ green 149 ◦ blue 45

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

Shades of Sushi #7D952D

Tints of Sushi #7D952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 39.18%
G = 46.71%
B = 14.11%

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

#7D952D (or 0x7D952D) is known color: Sushi. HEX triplet: 7D, 95 and 2D. RGB value is (125,149,45). Sum of RGB (Red+Green+Blue) = 125+149+45=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #7D952D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D952D is #826AD2. Grayscale: #828282. Windows color (decimal): -8547027 or 2987389. OLE color: 2987389.

HSL color Cylindrical-coordinate representation of color #7D952D: hue angle of 73.85º 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 #7D952D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 45 -
CMYK 0.16 0 0.70 0.42
HSL 73.85º 0.54% 0.38% -
HSV(B) 73.85º 0.7% 0.58% -
XYZ 19.68 26.04 6.47 -
YUV 129.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 125 149 45 0.16 0 0.70 0.42 73.85 0.54 0.38
Hex 7D 95 2D 10 0 46 2A 4A 36 26
Octal 175 225 55 20 0 106 52 112 66 46
Binary 1111101 10010101 101101 10000 0 1000110 101010 1001010 110110 100110

Color Harmonies of #7D952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D952D

Black with #7D952D

Text Example


Text Example

White with #7D952D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,45); }

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

background-color css

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

 a { background-color: rgb(125,149,45); }

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

border-color css

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

 span { border-color: rgb(125,149,45); }

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