Html Css Color HEX #A7C568 Olivine

📋 copy color: '#A7C568'

red 167 ◦ green 197 ◦ blue 104

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

Shades of Olivine #A7C568

Tints of Olivine #A7C568

RGB

 RED value IS 167 (65.63% from 255) = 35.68%

 GREEN value IS 197 (77.34% from 255) = 42.09%

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

R = 35.68%
G = 42.09%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#A7C568 (or 0xA7C568) is known color: Olivine. HEX triplet: A7, C5 and 68. RGB value is (167,197,104). Sum of RGB (Red+Green+Blue) = 167+197+104=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C568 is #583A97. Grayscale: #B1B1B1. Windows color (decimal): -5782168 or 6866343. OLE color: 6866343.

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

Color convert

RGB 167 197 104 -
CMYK 0.15 0 0.47 0.23
HSL 79.35º 0.44% 0.59% -
HSV(B) 79.35º 0.47% 0.77% -
XYZ 38.4 49.15 20.56 -
YUV 177.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 167 197 104 0.15 0 0.47 0.23 79.35 0.44 0.59
Hex A7 C5 68 F 0 2F 17 4F 2C 3B
Octal 247 305 150 17 0 57 27 117 54 73
Binary 10100111 11000101 1101000 1111 0 101111 10111 1001111 101100 111011

Color Harmonies of #A7C568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C568

Black with #A7C568

Text Example


Text Example

White with #A7C568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C568; }

 p { color: rgb(167,197,104); }

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

background-color css

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

 a { background-color: rgb(167,197,104); }

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

border-color css

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

 span { border-color: rgb(167,197,104); }

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