Html Css Color HEX #7D9C21 Sushi

📋 copy color: '#7D9C21'

red 125 ◦ green 156 ◦ blue 33

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

Shades of Sushi #7D9C21

Tints of Sushi #7D9C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.68%

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 39.81%
G = 49.68%
B = 10.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#7D9C21 (or 0x7D9C21) is known color: Sushi. HEX triplet: 7D, 9C and 21. RGB value is (125,156,33). Sum of RGB (Red+Green+Blue) = 125+156+33=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C21 is #8263DE. Grayscale: #858585. Windows color (decimal): -8545247 or 2202749. OLE color: 2202749.

HSL color Cylindrical-coordinate representation of color #7D9C21: hue angle of 75.12º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D9C21 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 156 33 -
CMYK 0.20 0 0.79 0.39
HSL 75.12º 0.65% 0.37% -
HSV(B) 75.12º 0.79% 0.61% -
XYZ 20.62 28.25 5.8 -
YUV 132.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 125 156 33 0.20 0 0.79 0.39 75.12 0.65 0.37
Hex 7D 9C 21 14 0 4F 27 4B 41 25
Octal 175 234 41 24 0 117 47 113 101 45
Binary 1111101 10011100 100001 10100 0 1001111 100111 1001011 1000001 100101

Color Harmonies of #7D9C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C21

Black with #7D9C21

Text Example


Text Example

White with #7D9C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,156,33); }

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

background-color css

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

 a { background-color: rgb(125,156,33); }

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

border-color css

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

 span { border-color: rgb(125,156,33); }

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