Html Css Color HEX #A7CF6F Olivine

📋 copy color: '#A7CF6F'

red 167 ◦ green 207 ◦ blue 111

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

Shades of Olivine #A7CF6F

Tints of Olivine #A7CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 34.43%
G = 42.68%
B = 22.89%

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

#A7CF6F (or 0xA7CF6F) is known color: Olivine. HEX triplet: A7, CF and 6F. RGB value is (167,207,111). Sum of RGB (Red+Green+Blue) = 167+207+111=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF6F is #583090. Grayscale: #B8B8B8. Windows color (decimal): -5779601 or 7327655. OLE color: 7327655.

HSL color Cylindrical-coordinate representation of color #A7CF6F: hue angle of 85º degrees, saturation: 0.5, 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 #A7CF6F is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 111 -
CMYK 0.19 0 0.46 0.19
HSL 85º 0.5% 0.62% -
HSV(B) 85º 0.46% 0.81% -
XYZ 41.12 53.99 23.29 -
YUV 184.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 167 207 111 0.19 0 0.46 0.19 85 0.5 0.62
Hex A7 CF 6F 13 0 2E 13 55 32 3E
Octal 247 317 157 23 0 56 23 125 62 76
Binary 10100111 11001111 1101111 10011 0 101110 10011 1010101 110010 111110

Color Harmonies of #A7CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF6F

Black with #A7CF6F

Text Example


Text Example

White with #A7CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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