Html Css Color HEX #7D973C Sushi

📋 copy color: '#7D973C'

red 125 ◦ green 151 ◦ blue 60

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

Shades of Sushi #7D973C

Tints of Sushi #7D973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 37.2%
G = 44.94%
B = 17.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#7D973C (or 0x7D973C) is known color: Sushi. HEX triplet: 7D, 97 and 3C. RGB value is (125,151,60). Sum of RGB (Red+Green+Blue) = 125+151+60=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #7D973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D973C is #8268C3. Grayscale: #858585. Windows color (decimal): -8546500 or 3970941. OLE color: 3970941.

HSL color Cylindrical-coordinate representation of color #7D973C: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D973C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 60 -
CMYK 0.17 0 0.60 0.41
HSL 77.14º 0.43% 0.41% -
HSV(B) 77.14º 0.6% 0.59% -
XYZ 20.34 26.82 8.38 -
YUV 132.85 86.89 122.4 -
System Red Green Blue C M Y K H S L
Decimal 125 151 60 0.17 0 0.60 0.41 77.14 0.43 0.41
Hex 7D 97 3C 11 0 3C 29 4D 2B 29
Octal 175 227 74 21 0 74 51 115 53 51
Binary 1111101 10010111 111100 10001 0 111100 101001 1001101 101011 101001

Color Harmonies of #7D973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D973C

Black with #7D973C

Text Example


Text Example

White with #7D973C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,60); }

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

background-color css

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

 a { background-color: rgb(125,151,60); }

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

border-color css

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

 span { border-color: rgb(125,151,60); }

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