Html Css Color HEX #A6C668 Olivine

📋 copy color: '#A6C668'

red 166 ◦ green 198 ◦ blue 104

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

Shades of Olivine #A6C668

Tints of Olivine #A6C668

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

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

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

R = 35.47%
G = 42.31%
B = 22.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#A6C668 (or 0xA6C668) is known color: Olivine. HEX triplet: A6, C6 and 68. RGB value is (166,198,104). Sum of RGB (Red+Green+Blue) = 166+198+104=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C668 is #593997. Grayscale: #B2B2B2. Windows color (decimal): -5847448 or 6866598. OLE color: 6866598.

HSL color Cylindrical-coordinate representation of color #A6C668: hue angle of 80.43º 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 #A6C668 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 104 -
CMYK 0.16 0 0.47 0.22
HSL 80.43º 0.45% 0.59% -
HSV(B) 80.43º 0.47% 0.78% -
XYZ 38.42 49.49 20.63 -
YUV 177.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 166 198 104 0.16 0 0.47 0.22 80.43 0.45 0.59
Hex A6 C6 68 10 0 2F 16 50 2D 3B
Octal 246 306 150 20 0 57 26 120 55 73
Binary 10100110 11000110 1101000 10000 0 101111 10110 1010000 101101 111011

Color Harmonies of #A6C668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C668

Black with #A6C668

Text Example


Text Example

White with #A6C668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C668; }

 p { color: rgb(166,198,104); }

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

background-color css

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

 a { background-color: rgb(166,198,104); }

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

border-color css

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

 span { border-color: rgb(166,198,104); }

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