Html Css Color HEX #A6CA68 Olivine

📋 copy color: '#A6CA68'

red 166 ◦ green 202 ◦ blue 104

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

Shades of Olivine #A6CA68

Tints of Olivine #A6CA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

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

R = 35.17%
G = 42.8%
B = 22.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A6CA68 (or 0xA6CA68) is known color: Olivine. HEX triplet: A6, CA and 68. RGB value is (166,202,104). Sum of RGB (Red+Green+Blue) = 166+202+104=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA68 is #593597. Grayscale: #B4B4B4. Windows color (decimal): -5846424 or 6867622. OLE color: 6867622.

HSL color Cylindrical-coordinate representation of color #A6CA68: hue angle of 82.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6CA68 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 104 -
CMYK 0.18 0 0.49 0.21
HSL 82.04º 0.48% 0.6% -
HSV(B) 82.04º 0.49% 0.79% -
XYZ 39.35 51.35 20.93 -
YUV 180.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 166 202 104 0.18 0 0.49 0.21 82.04 0.48 0.6
Hex A6 CA 68 12 0 31 15 52 30 3C
Octal 246 312 150 22 0 61 25 122 60 74
Binary 10100110 11001010 1101000 10010 0 110001 10101 1010010 110000 111100

Color Harmonies of #A6CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA68

Black with #A6CA68

Text Example


Text Example

White with #A6CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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