Html Css Color HEX #A7CF71 Olivine

📋 copy color: '#A7CF71'

red 167 ◦ green 207 ◦ blue 113

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

Shades of Olivine #A7CF71

Tints of Olivine #A7CF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.51%

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

R = 34.29%
G = 42.51%
B = 23.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A7CF71 (or 0xA7CF71) is known color: Olivine. HEX triplet: A7, CF and 71. RGB value is (167,207,113). Sum of RGB (Red+Green+Blue) = 167+207+113=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF71 is #58308E. Grayscale: #B8B8B8. Windows color (decimal): -5779599 or 7458727. OLE color: 7458727.

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

Color convert

RGB 167 207 113 -
CMYK 0.19 0 0.45 0.19
HSL 85.53º 0.49% 0.63% -
HSV(B) 85.53º 0.45% 0.81% -
XYZ 41.23 54.03 23.88 -
YUV 184.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 167 207 113 0.19 0 0.45 0.19 85.53 0.49 0.63
Hex A7 CF 71 13 0 2D 13 56 31 3F
Octal 247 317 161 23 0 55 23 126 61 77
Binary 10100111 11001111 1110001 10011 0 101101 10011 1010110 110001 111111

Color Harmonies of #A7CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF71

Black with #A7CF71

Text Example


Text Example

White with #A7CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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