Html Css Color HEX #7DB145 Chelsea Cucumber

📋 copy color: '#7DB145'

red 125 ◦ green 177 ◦ blue 69

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

Shades of Chelsea Cucumber #7DB145

Tints of Chelsea Cucumber #7DB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.71%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 33.69%
G = 47.71%
B = 18.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#7DB145 (or 0x7DB145) is known color: Chelsea Cucumber. HEX triplet: 7D, B1 and 45. RGB value is (125,177,69). Sum of RGB (Red+Green+Blue) = 125+177+69=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB145 is #824EBA. Grayscale: #959595. Windows color (decimal): -8539835 or 4567421. OLE color: 4567421.

HSL color Cylindrical-coordinate representation of color #7DB145: hue angle of 88.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DB145 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 69 -
CMYK 0.29 0 0.61 0.31
HSL 88.89º 0.44% 0.48% -
HSV(B) 88.89º 0.61% 0.69% -
XYZ 25.25 36.23 11.29 -
YUV 149.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 125 177 69 0.29 0 0.61 0.31 88.89 0.44 0.48
Hex 7D B1 45 1D 0 3D 1F 59 2C 30
Octal 175 261 105 35 0 75 37 131 54 60
Binary 1111101 10110001 1000101 11101 0 111101 11111 1011001 101100 110000

Color Harmonies of #7DB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB145

Black with #7DB145

Text Example


Text Example

White with #7DB145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,69); }

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

background-color css

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

 a { background-color: rgb(125,177,69); }

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

border-color css

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

 span { border-color: rgb(125,177,69); }

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