Html Css Color HEX #8AAA68 Chelsea Cucumber

📋 copy color: '#8AAA68'

red 138 ◦ green 170 ◦ blue 104

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

Shades of Chelsea Cucumber #8AAA68

Tints of Chelsea Cucumber #8AAA68

RGB

 RED value IS 138 (54.3% from 255) = 33.5%

 GREEN value IS 170 (66.8% from 255) = 41.26%

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 33.5%
G = 41.26%
B = 25.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#8AAA68 (or 0x8AAA68) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 68. RGB value is (138,170,104). Sum of RGB (Red+Green+Blue) = 138+170+104=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA68 is #755597. Grayscale: #999999. Windows color (decimal): -7689624 or 6859402. OLE color: 6859402.

HSL color Cylindrical-coordinate representation of color #8AAA68: hue angle of 89.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AAA68 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 104 -
CMYK 0.19 0 0.39 0.33
HSL 89.09º 0.28% 0.54% -
HSV(B) 89.09º 0.39% 0.67% -
XYZ 27.35 35.15 18.44 -
YUV 152.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 138 170 104 0.19 0 0.39 0.33 89.09 0.28 0.54
Hex 8A AA 68 13 0 27 21 59 1C 36
Octal 212 252 150 23 0 47 41 131 34 66
Binary 10001010 10101010 1101000 10011 0 100111 100001 1011001 11100 110110

Color Harmonies of #8AAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA68

Black with #8AAA68

Text Example


Text Example

White with #8AAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAA68; }

 p { color: rgb(138,170,104); }

 H1.HeaderClassName
 {
   color: #8AAA68;
 }
 .AnyTagClassName
 {
   color: #8AAA68;
 }
</style>

background-color css

<style>
 a { background-color: #8AAA68; }

 a { background-color: rgb(138,170,104); }

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

border-color css

<style>
 span { border-color: #8AAA68; }

 span { border-color: rgb(138,170,104); }

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