Html Css Color HEX #A7CE70 Olivine

📋 copy color: '#A7CE70'

red 167 ◦ green 206 ◦ blue 112

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

Shades of Olivine #A7CE70

Tints of Olivine #A7CE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 34.43%
G = 42.47%
B = 23.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#A7CE70 (or 0xA7CE70) is known color: Olivine. HEX triplet: A7, CE and 70. RGB value is (167,206,112). Sum of RGB (Red+Green+Blue) = 167+206+112=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE70 is #58318F. Grayscale: #B7B7B7. Windows color (decimal): -5779856 or 7392935. OLE color: 7392935.

HSL color Cylindrical-coordinate representation of color #A7CE70: hue angle of 84.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7CE70 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 206 112 -
CMYK 0.19 0 0.46 0.19
HSL 84.89º 0.49% 0.62% -
HSV(B) 84.89º 0.46% 0.81% -
XYZ 40.93 53.53 23.5 -
YUV 183.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 167 206 112 0.19 0 0.46 0.19 84.89 0.49 0.62
Hex A7 CE 70 13 0 2E 13 55 31 3E
Octal 247 316 160 23 0 56 23 125 61 76
Binary 10100111 11001110 1110000 10011 0 101110 10011 1010101 110001 111110

Color Harmonies of #A7CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CE70

Black with #A7CE70

Text Example


Text Example

White with #A7CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CE70; }

 p { color: rgb(167,206,112); }

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

background-color css

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

 a { background-color: rgb(167,206,112); }

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

border-color css

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

 span { border-color: rgb(167,206,112); }

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