Html Css Color HEX #A8C669 Olivine

📋 copy color: '#A8C669'

red 168 ◦ green 198 ◦ blue 105

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

Shades of Olivine #A8C669

Tints of Olivine #A8C669

RGB

 RED value IS 168 (66.02% from 255) = 35.67%

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 35.67%
G = 42.04%
B = 22.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#A8C669 (or 0xA8C669) is known color: Olivine. HEX triplet: A8, C6 and 69. RGB value is (168,198,105). Sum of RGB (Red+Green+Blue) = 168+198+105=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C669 is #573996. Grayscale: #B2B2B2. Windows color (decimal): -5716375 or 6932136. OLE color: 6932136.

HSL color Cylindrical-coordinate representation of color #A8C669: hue angle of 79.35º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C669 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 105 -
CMYK 0.15 0 0.47 0.22
HSL 79.35º 0.45% 0.59% -
HSV(B) 79.35º 0.47% 0.78% -
XYZ 38.89 49.73 20.91 -
YUV 178.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 168 198 105 0.15 0 0.47 0.22 79.35 0.45 0.59
Hex A8 C6 69 F 0 2F 16 4F 2D 3B
Octal 250 306 151 17 0 57 26 117 55 73
Binary 10101000 11000110 1101001 1111 0 101111 10110 1001111 101101 111011

Color Harmonies of #A8C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C669

Black with #A8C669

Text Example


Text Example

White with #A8C669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C669; }

 p { color: rgb(168,198,105); }

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

background-color css

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

 a { background-color: rgb(168,198,105); }

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

border-color css

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

 span { border-color: rgb(168,198,105); }

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