Html Css Color HEX #80A545 Chelsea Cucumber

📋 copy color: '#80A545'

red 128 ◦ green 165 ◦ blue 69

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

Shades of Chelsea Cucumber #80A545

Tints of Chelsea Cucumber #80A545

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

 GREEN value IS 165 (64.84% from 255) = 45.58%

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

R = 35.36%
G = 45.58%
B = 19.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#80A545 (or 0x80A545) is known color: Chelsea Cucumber. HEX triplet: 80, A5 and 45. RGB value is (128,165,69). Sum of RGB (Red+Green+Blue) = 128+165+69=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #80A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A545 is #7F5ABA. Grayscale: #8F8F8F. Windows color (decimal): -8346299 or 4564352. OLE color: 4564352.

HSL color Cylindrical-coordinate representation of color #80A545: hue angle of 83.13º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80A545 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 69 -
CMYK 0.22 0 0.58 0.35
HSL 83.13º 0.41% 0.46% -
HSV(B) 83.13º 0.58% 0.65% -
XYZ 23.43 31.93 10.56 -
YUV 142.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 128 165 69 0.22 0 0.58 0.35 83.13 0.41 0.46
Hex 80 A5 45 16 0 3A 23 53 29 2E
Octal 200 245 105 26 0 72 43 123 51 56
Binary 10000000 10100101 1000101 10110 0 111010 100011 1010011 101001 101110

Color Harmonies of #80A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A545

Black with #80A545

Text Example


Text Example

White with #80A545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A545; }

 p { color: rgb(128,165,69); }

 H1.HeaderClassName
 {
   color: #80A545;
 }
 .AnyTagClassName
 {
   color: #80A545;
 }
</style>

background-color css

<style>
 a { background-color: #80A545; }

 a { background-color: rgb(128,165,69); }

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

border-color css

<style>
 span { border-color: #80A545; }

 span { border-color: rgb(128,165,69); }

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