Html Css Color HEX #7DB33C Sushi

📋 copy color: '#7DB33C'

red 125 ◦ green 179 ◦ blue 60

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

Shades of Sushi #7DB33C

Tints of Sushi #7DB33C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.18%

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

R = 34.34%
G = 49.18%
B = 16.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#7DB33C (or 0x7DB33C) is known color: Sushi. HEX triplet: 7D, B3 and 3C. RGB value is (125,179,60). Sum of RGB (Red+Green+Blue) = 125+179+60=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB33C is #824CC3. Grayscale: #959595. Windows color (decimal): -8539332 or 3978109. OLE color: 3978109.

HSL color Cylindrical-coordinate representation of color #7DB33C: hue angle of 87.23º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB33C is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 60 -
CMYK 0.30 0 0.66 0.30
HSL 87.23º 0.5% 0.47% -
HSV(B) 87.23º 0.66% 0.7% -
XYZ 25.39 36.93 10.06 -
YUV 149.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 125 179 60 0.30 0 0.66 0.30 87.23 0.5 0.47
Hex 7D B3 3C 1E 0 42 1E 57 32 2F
Octal 175 263 74 36 0 102 36 127 62 57
Binary 1111101 10110011 111100 11110 0 1000010 11110 1010111 110010 101111

Color Harmonies of #7DB33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB33C

Black with #7DB33C

Text Example


Text Example

White with #7DB33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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