Html Css Color HEX #A7C671 Olivine

📋 copy color: '#A7C671'

red 167 ◦ green 198 ◦ blue 113

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

Shades of Olivine #A7C671

Tints of Olivine #A7C671

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 34.94%
G = 41.42%
B = 23.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#A7C671 (or 0xA7C671) is known color: Olivine. HEX triplet: A7, C6 and 71. RGB value is (167,198,113). Sum of RGB (Red+Green+Blue) = 167+198+113=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C671 is #58398E. Grayscale: #B3B3B3. Windows color (decimal): -5781903 or 7456423. OLE color: 7456423.

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

Color convert

RGB 167 198 113 -
CMYK 0.16 0 0.43 0.22
HSL 81.88º 0.43% 0.61% -
HSV(B) 81.88º 0.43% 0.78% -
XYZ 39.11 49.8 23.17 -
YUV 179.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 167 198 113 0.16 0 0.43 0.22 81.88 0.43 0.61
Hex A7 C6 71 10 0 2B 16 52 2B 3D
Octal 247 306 161 20 0 53 26 122 53 75
Binary 10100111 11000110 1110001 10000 0 101011 10110 1010010 101011 111101

Color Harmonies of #A7C671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C671

Black with #A7C671

Text Example


Text Example

White with #A7C671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C671; }

 p { color: rgb(167,198,113); }

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

background-color css

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

 a { background-color: rgb(167,198,113); }

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

border-color css

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

 span { border-color: rgb(167,198,113); }

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