Html Css Color HEX #8AAF67 Chelsea Cucumber

📋 copy color: '#8AAF67'

red 138 ◦ green 175 ◦ blue 103

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

Shades of Chelsea Cucumber #8AAF67

Tints of Chelsea Cucumber #8AAF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.76%

R = 33.17%
G = 42.07%
B = 24.76%

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

#8AAF67 (or 0x8AAF67) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 67. RGB value is (138,175,103). Sum of RGB (Red+Green+Blue) = 138+175+103=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF67 is #755098. Grayscale: #9B9B9B. Windows color (decimal): -7688345 or 6795146. OLE color: 6795146.

HSL color Cylindrical-coordinate representation of color #8AAF67: hue angle of 90.83º 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 #8AAF67 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 103 -
CMYK 0.21 0 0.41 0.31
HSL 90.83º 0.31% 0.55% -
HSV(B) 90.83º 0.41% 0.69% -
XYZ 28.26 37.04 18.49 -
YUV 155.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 138 175 103 0.21 0 0.41 0.31 90.83 0.31 0.55
Hex 8A AF 67 15 0 29 1F 5B 1F 37
Octal 212 257 147 25 0 51 37 133 37 67
Binary 10001010 10101111 1100111 10101 0 101001 11111 1011011 11111 110111

Color Harmonies of #8AAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF67

Black with #8AAF67

Text Example


Text Example

White with #8AAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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