Html Css Color HEX #7DAC3B Sushi

📋 copy color: '#7DAC3B'

red 125 ◦ green 172 ◦ blue 59

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

Shades of Sushi #7DAC3B

Tints of Sushi #7DAC3B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 35.11%
G = 48.31%
B = 16.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#7DAC3B (or 0x7DAC3B) is known color: Sushi. HEX triplet: 7D, AC and 3B. RGB value is (125,172,59). Sum of RGB (Red+Green+Blue) = 125+172+59=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC3B is #8253C4. Grayscale: #919191. Windows color (decimal): -8541125 or 3910781. OLE color: 3910781.

HSL color Cylindrical-coordinate representation of color #7DAC3B: hue angle of 84.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DAC3B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 59 -
CMYK 0.27 0 0.66 0.33
HSL 84.96º 0.49% 0.45% -
HSV(B) 84.96º 0.66% 0.67% -
XYZ 24 34.18 9.47 -
YUV 145.07 79.43 113.69 -
System Red Green Blue C M Y K H S L
Decimal 125 172 59 0.27 0 0.66 0.33 84.96 0.49 0.45
Hex 7D AC 3B 1B 0 42 21 55 31 2D
Octal 175 254 73 33 0 102 41 125 61 55
Binary 1111101 10101100 111011 11011 0 1000010 100001 1010101 110001 101101

Color Harmonies of #7DAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC3B

Black with #7DAC3B

Text Example


Text Example

White with #7DAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,59); }

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

background-color css

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

 a { background-color: rgb(125,172,59); }

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

border-color css

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

 span { border-color: rgb(125,172,59); }

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