Html Css Color HEX #A7CD6C Olivine

📋 copy color: '#A7CD6C'

red 167 ◦ green 205 ◦ blue 108

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

Shades of Olivine #A7CD6C

Tints of Olivine #A7CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 34.79%
G = 42.71%
B = 22.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#A7CD6C (or 0xA7CD6C) is known color: Olivine. HEX triplet: A7, CD and 6C. RGB value is (167,205,108). Sum of RGB (Red+Green+Blue) = 167+205+108=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD6C is #583293. Grayscale: #B6B6B6. Windows color (decimal): -5780116 or 7130535. OLE color: 7130535.

HSL color Cylindrical-coordinate representation of color #A7CD6C: hue angle of 83.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7CD6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 205 108 -
CMYK 0.19 0 0.47 0.20
HSL 83.51º 0.49% 0.61% -
HSV(B) 83.51º 0.47% 0.8% -
XYZ 40.47 52.96 22.28 -
YUV 182.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 167 205 108 0.19 0 0.47 0.20 83.51 0.49 0.61
Hex A7 CD 6C 13 0 2F 14 54 31 3D
Octal 247 315 154 23 0 57 24 124 61 75
Binary 10100111 11001101 1101100 10011 0 101111 10100 1010100 110001 111101

Color Harmonies of #A7CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CD6C

Black with #A7CD6C

Text Example


Text Example

White with #A7CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CD6C; }

 p { color: rgb(167,205,108); }

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

background-color css

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

 a { background-color: rgb(167,205,108); }

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

border-color css

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

 span { border-color: rgb(167,205,108); }

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