Html Css Color HEX #8AA768 Chelsea Cucumber

📋 copy color: '#8AA768'

red 138 ◦ green 167 ◦ blue 104

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

Shades of Chelsea Cucumber #8AA768

Tints of Chelsea Cucumber #8AA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 33.74%
G = 40.83%
B = 25.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#8AA768 (or 0x8AA768) is known color: Chelsea Cucumber. HEX triplet: 8A, A7 and 68. RGB value is (138,167,104). Sum of RGB (Red+Green+Blue) = 138+167+104=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA768 is #755897. Grayscale: #979797. Windows color (decimal): -7690392 or 6858634. OLE color: 6858634.

HSL color Cylindrical-coordinate representation of color #8AA768: hue angle of 87.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA768 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 167 104 -
CMYK 0.17 0 0.38 0.35
HSL 87.62º 0.26% 0.53% -
HSV(B) 87.62º 0.38% 0.65% -
XYZ 26.8 34.04 18.25 -
YUV 151.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 138 167 104 0.17 0 0.38 0.35 87.62 0.26 0.53
Hex 8A A7 68 11 0 26 23 58 1A 35
Octal 212 247 150 21 0 46 43 130 32 65
Binary 10001010 10100111 1101000 10001 0 100110 100011 1011000 11010 110101

Color Harmonies of #8AA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA768

Black with #8AA768

Text Example


Text Example

White with #8AA768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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