Html Css Color HEX #7DB73C Sushi

📋 copy color: '#7DB73C'

red 125 ◦ green 183 ◦ blue 60

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

Shades of Sushi #7DB73C

Tints of Sushi #7DB73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

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

R = 33.97%
G = 49.73%
B = 16.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#7DB73C (or 0x7DB73C) is known color: Sushi. HEX triplet: 7D, B7 and 3C. RGB value is (125,183,60). Sum of RGB (Red+Green+Blue) = 125+183+60=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB73C is #8248C3. Grayscale: #989898. Windows color (decimal): -8538308 or 3979133. OLE color: 3979133.

HSL color Cylindrical-coordinate representation of color #7DB73C: hue angle of 88.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB73C is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 60 -
CMYK 0.32 0 0.67 0.28
HSL 88.29º 0.51% 0.48% -
HSV(B) 88.29º 0.67% 0.72% -
XYZ 26.21 38.55 10.34 -
YUV 151.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 125 183 60 0.32 0 0.67 0.28 88.29 0.51 0.48
Hex 7D B7 3C 20 0 43 1C 58 33 30
Octal 175 267 74 40 0 103 34 130 63 60
Binary 1111101 10110111 111100 100000 0 1000011 11100 1011000 110011 110000

Color Harmonies of #7DB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB73C

Black with #7DB73C

Text Example


Text Example

White with #7DB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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