Html Css Color HEX #A8C767 Olivine

📋 copy color: '#A8C767'

red 168 ◦ green 199 ◦ blue 103

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

Shades of Olivine #A8C767

Tints of Olivine #A8C767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.91%

R = 35.74%
G = 42.34%
B = 21.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A8C767 (or 0xA8C767) is known color: Olivine. HEX triplet: A8, C7 and 67. RGB value is (168,199,103). Sum of RGB (Red+Green+Blue) = 168+199+103=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C767 is #573898. Grayscale: #B3B3B3. Windows color (decimal): -5716121 or 6801320. OLE color: 6801320.

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

Color convert

RGB 168 199 103 -
CMYK 0.16 0 0.48 0.22
HSL 79.38º 0.46% 0.59% -
HSV(B) 79.38º 0.48% 0.78% -
XYZ 39.02 50.15 20.46 -
YUV 178.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 168 199 103 0.16 0 0.48 0.22 79.38 0.46 0.59
Hex A8 C7 67 10 0 30 16 4F 2E 3B
Octal 250 307 147 20 0 60 26 117 56 73
Binary 10101000 11000111 1100111 10000 0 110000 10110 1001111 101110 111011

Color Harmonies of #A8C767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C767

Black with #A8C767

Text Example


Text Example

White with #A8C767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C767; }

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

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

background-color css

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

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

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

border-color css

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

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

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