Html Css Color HEX #A3C073 Olivine

📋 copy color: '#A3C073'

red 163 ◦ green 192 ◦ blue 115

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

Shades of Olivine #A3C073

Tints of Olivine #A3C073

RGB

 RED value IS 163 (64.06% from 255) = 34.68%

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 34.68%
G = 40.85%
B = 24.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#A3C073 (or 0xA3C073) is known color: Olivine. HEX triplet: A3, C0 and 73. RGB value is (163,192,115). Sum of RGB (Red+Green+Blue) = 163+192+115=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C073 is #5C3F8C. Grayscale: #AEAEAE. Windows color (decimal): -6045581 or 7585955. OLE color: 7585955.

HSL color Cylindrical-coordinate representation of color #A3C073: hue angle of 82.6º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3C073 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 192 115 -
CMYK 0.15 0 0.40 0.25
HSL 82.6º 0.38% 0.6% -
HSV(B) 82.6º 0.4% 0.75% -
XYZ 37.05 46.72 23.29 -
YUV 174.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 163 192 115 0.15 0 0.40 0.25 82.6 0.38 0.6
Hex A3 C0 73 F 0 28 19 53 26 3C
Octal 243 300 163 17 0 50 31 123 46 74
Binary 10100011 11000000 1110011 1111 0 101000 11001 1010011 100110 111100

Color Harmonies of #A3C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C073

Black with #A3C073

Text Example


Text Example

White with #A3C073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C073; }

 p { color: rgb(163,192,115); }

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

background-color css

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

 a { background-color: rgb(163,192,115); }

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

border-color css

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

 span { border-color: rgb(163,192,115); }

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