Html Css Color HEX #7DB034 Sushi

📋 copy color: '#7DB034'

red 125 ◦ green 176 ◦ blue 52

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

Shades of Sushi #7DB034

Tints of Sushi #7DB034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

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

R = 35.41%
G = 49.86%
B = 14.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#7DB034 (or 0x7DB034) is known color: Sushi. HEX triplet: 7D, B0 and 34. RGB value is (125,176,52). Sum of RGB (Red+Green+Blue) = 125+176+52=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB034 is #824FCB. Grayscale: #939393. Windows color (decimal): -8540108 or 3453053. OLE color: 3453053.

HSL color Cylindrical-coordinate representation of color #7DB034: hue angle of 84.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DB034 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 52 -
CMYK 0.29 0 0.70 0.31
HSL 84.68º 0.54% 0.45% -
HSV(B) 84.68º 0.7% 0.69% -
XYZ 24.6 35.66 8.83 -
YUV 146.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 125 176 52 0.29 0 0.70 0.31 84.68 0.54 0.45
Hex 7D B0 34 1D 0 46 1F 55 36 2D
Octal 175 260 64 35 0 106 37 125 66 55
Binary 1111101 10110000 110100 11101 0 1000110 11111 1010101 110110 101101

Color Harmonies of #7DB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB034

Black with #7DB034

Text Example


Text Example

White with #7DB034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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