Html Css Color HEX #7DAB34 Sushi

📋 copy color: '#7DAB34'

red 125 ◦ green 171 ◦ blue 52

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

Shades of Sushi #7DAB34

Tints of Sushi #7DAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 35.92%
G = 49.14%
B = 14.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#7DAB34 (or 0x7DAB34) is known color: Sushi. HEX triplet: 7D, AB and 34. RGB value is (125,171,52). Sum of RGB (Red+Green+Blue) = 125+171+52=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB34 is #8254CB. Grayscale: #909090. Windows color (decimal): -8541388 or 3451773. OLE color: 3451773.

HSL color Cylindrical-coordinate representation of color #7DAB34: hue angle of 83.19º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DAB34 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 52 -
CMYK 0.27 0 0.70 0.33
HSL 83.19º 0.53% 0.44% -
HSV(B) 83.19º 0.7% 0.67% -
XYZ 23.64 33.73 8.51 -
YUV 143.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 125 171 52 0.27 0 0.70 0.33 83.19 0.53 0.44
Hex 7D AB 34 1B 0 46 21 53 35 2C
Octal 175 253 64 33 0 106 41 123 65 54
Binary 1111101 10101011 110100 11011 0 1000110 100001 1010011 110101 101100

Color Harmonies of #7DAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB34

Black with #7DAB34

Text Example


Text Example

White with #7DAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,52); }

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

background-color css

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

 a { background-color: rgb(125,171,52); }

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

border-color css

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

 span { border-color: rgb(125,171,52); }

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