Html Css Color HEX #8AAF68 Chelsea Cucumber

📋 copy color: '#8AAF68'

red 138 ◦ green 175 ◦ blue 104

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

Shades of Chelsea Cucumber #8AAF68

Tints of Chelsea Cucumber #8AAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 33.09%
G = 41.97%
B = 24.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#8AAF68 (or 0x8AAF68) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 68. RGB value is (138,175,104). Sum of RGB (Red+Green+Blue) = 138+175+104=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF68 is #755097. Grayscale: #9C9C9C. Windows color (decimal): -7688344 or 6860682. OLE color: 6860682.

HSL color Cylindrical-coordinate representation of color #8AAF68: hue angle of 91.27º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAF68 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 104 -
CMYK 0.21 0 0.41 0.31
HSL 91.27º 0.31% 0.55% -
HSV(B) 91.27º 0.41% 0.69% -
XYZ 28.31 37.06 18.76 -
YUV 155.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 138 175 104 0.21 0 0.41 0.31 91.27 0.31 0.55
Hex 8A AF 68 15 0 29 1F 5B 1F 37
Octal 212 257 150 25 0 51 37 133 37 67
Binary 10001010 10101111 1101000 10101 0 101001 11111 1011011 11111 110111

Color Harmonies of #8AAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF68

Black with #8AAF68

Text Example


Text Example

White with #8AAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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