Html Css Color HEX #8AA670 Chelsea Cucumber

📋 copy color: '#8AA670'

red 138 ◦ green 166 ◦ blue 112

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

Shades of Chelsea Cucumber #8AA670

Tints of Chelsea Cucumber #8AA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 33.17%
G = 39.9%
B = 26.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#8AA670 (or 0x8AA670) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 70. RGB value is (138,166,112). Sum of RGB (Red+Green+Blue) = 138+166+112=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA670 is #75598F. Grayscale: #979797. Windows color (decimal): -7690640 or 7382666. OLE color: 7382666.

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

Color convert

RGB 138 166 112 -
CMYK 0.17 0 0.33 0.35
HSL 91.11º 0.23% 0.55% -
HSV(B) 91.11º 0.33% 0.65% -
XYZ 27.04 33.85 20.44 -
YUV 151.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 138 166 112 0.17 0 0.33 0.35 91.11 0.23 0.55
Hex 8A A6 70 11 0 21 23 5B 17 37
Octal 212 246 160 21 0 41 43 133 27 67
Binary 10001010 10100110 1110000 10001 0 100001 100011 1011011 10111 110111

Color Harmonies of #8AA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA670

Black with #8AA670

Text Example


Text Example

White with #8AA670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,112); }

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

background-color css

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

 a { background-color: rgb(138,166,112); }

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

border-color css

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

 span { border-color: rgb(138,166,112); }

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