Html Css Color HEX #7D9E3D Sushi

📋 copy color: '#7D9E3D'

red 125 ◦ green 158 ◦ blue 61

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

Shades of Sushi #7D9E3D

Tints of Sushi #7D9E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.93%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 36.34%
G = 45.93%
B = 17.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#7D9E3D (or 0x7D9E3D) is known color: Sushi. HEX triplet: 7D, 9E and 3D. RGB value is (125,158,61). Sum of RGB (Red+Green+Blue) = 125+158+61=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E3D is #8261C2. Grayscale: #898989. Windows color (decimal): -8544707 or 4038269. OLE color: 4038269.

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

Color convert

RGB 125 158 61 -
CMYK 0.21 0 0.61 0.38
HSL 80.41º 0.44% 0.43% -
HSV(B) 80.41º 0.61% 0.62% -
XYZ 21.53 29.15 8.91 -
YUV 137.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 125 158 61 0.21 0 0.61 0.38 80.41 0.44 0.43
Hex 7D 9E 3D 15 0 3D 26 50 2C 2B
Octal 175 236 75 25 0 75 46 120 54 53
Binary 1111101 10011110 111101 10101 0 111101 100110 1010000 101100 101011

Color Harmonies of #7D9E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E3D

Black with #7D9E3D

Text Example


Text Example

White with #7D9E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,61); }

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

background-color css

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

 a { background-color: rgb(125,158,61); }

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

border-color css

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

 span { border-color: rgb(125,158,61); }

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