Html Css Color HEX #A8C766 Olivine

📋 copy color: '#A8C766'

red 168 ◦ green 199 ◦ blue 102

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

Shades of Olivine #A8C766

Tints of Olivine #A8C766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 35.82%
G = 42.43%
B = 21.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A8C766 (or 0xA8C766) is known color: Olivine. HEX triplet: A8, C7 and 66. RGB value is (168,199,102). Sum of RGB (Red+Green+Blue) = 168+199+102=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C766 is #573899. Grayscale: #B3B3B3. Windows color (decimal): -5716122 or 6735784. OLE color: 6735784.

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

Color convert

RGB 168 199 102 -
CMYK 0.16 0 0.49 0.22
HSL 79.18º 0.46% 0.59% -
HSV(B) 79.18º 0.49% 0.78% -
XYZ 38.97 50.13 20.19 -
YUV 178.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 168 199 102 0.16 0 0.49 0.22 79.18 0.46 0.59
Hex A8 C7 66 10 0 31 16 4F 2E 3B
Octal 250 307 146 20 0 61 26 117 56 73
Binary 10101000 11000111 1100110 10000 0 110001 10110 1001111 101110 111011

Color Harmonies of #A8C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C766

Black with #A8C766

Text Example


Text Example

White with #A8C766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C766; }

 p { color: rgb(168,199,102); }

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

background-color css

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

 a { background-color: rgb(168,199,102); }

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

border-color css

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

 span { border-color: rgb(168,199,102); }

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