Html Css Color HEX #AAC068 Olivine

📋 copy color: '#AAC068'

red 170 ◦ green 192 ◦ blue 104

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

Shades of Olivine #AAC068

Tints of Olivine #AAC068

RGB

 RED value IS 170 (66.8% from 255) = 36.48%

 GREEN value IS 192 (75.39% from 255) = 41.2%

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

R = 36.48%
G = 41.2%
B = 22.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#AAC068 (or 0xAAC068) is known color: Olivine. HEX triplet: AA, C0 and 68. RGB value is (170,192,104). Sum of RGB (Red+Green+Blue) = 170+192+104=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC068 is #553F97. Grayscale: #AFAFAF. Windows color (decimal): -5586840 or 6865066. OLE color: 6865066.

HSL color Cylindrical-coordinate representation of color #AAC068: hue angle of 75º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC068 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 104 -
CMYK 0.11 0 0.46 0.25
HSL 75º 0.41% 0.58% -
HSV(B) 75º 0.46% 0.75% -
XYZ 37.93 47.24 20.22 -
YUV 175.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 170 192 104 0.11 0 0.46 0.25 75 0.41 0.58
Hex AA C0 68 B 0 2E 19 4B 29 3A
Octal 252 300 150 13 0 56 31 113 51 72
Binary 10101010 11000000 1101000 1011 0 101110 11001 1001011 101001 111010

Color Harmonies of #AAC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC068

Black with #AAC068

Text Example


Text Example

White with #AAC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC068; }

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

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

background-color css

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

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

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

border-color css

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

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

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