Html Css Color HEX #7D991D Sushi

📋 copy color: '#7D991D'

red 125 ◦ green 153 ◦ blue 29

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

Shades of Sushi #7D991D

Tints of Sushi #7D991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 40.72%
G = 49.84%
B = 9.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#7D991D (or 0x7D991D) is known color: Sushi. HEX triplet: 7D, 99 and 1D. RGB value is (125,153,29). Sum of RGB (Red+Green+Blue) = 125+153+29=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #7D991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D991D is #8266E2. Grayscale: #828282. Windows color (decimal): -8546019 or 1939837. OLE color: 1939837.

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

Color convert

RGB 125 153 29 -
CMYK 0.18 0 0.81 0.4
HSL 73.55º 0.68% 0.36% -
HSV(B) 73.55º 0.81% 0.6% -
XYZ 20.07 27.23 5.36 -
YUV 130.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 125 153 29 0.18 0 0.81 0.4 73.55 0.68 0.36
Hex 7D 99 1D 12 0 51 28 4A 44 24
Octal 175 231 35 22 0 121 50 112 104 44
Binary 1111101 10011001 11101 10010 0 1010001 101000 1001010 1000100 100100

Color Harmonies of #7D991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D991D

Black with #7D991D

Text Example


Text Example

White with #7D991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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