Html Css Color HEX #A7BD65 Olivine

📋 copy color: '#A7BD65'

red 167 ◦ green 189 ◦ blue 101

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

Shades of Olivine #A7BD65

Tints of Olivine #A7BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 36.54%
G = 41.36%
B = 22.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#A7BD65 (or 0xA7BD65) is known color: Olivine. HEX triplet: A7, BD and 65. RGB value is (167,189,101). Sum of RGB (Red+Green+Blue) = 167+189+101=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD65 is #58429A. Grayscale: #ACACAC. Windows color (decimal): -5784219 or 6667687. OLE color: 6667687.

HSL color Cylindrical-coordinate representation of color #A7BD65: hue angle of 75º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7BD65 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 101 -
CMYK 0.12 0 0.47 0.26
HSL 75º 0.4% 0.57% -
HSV(B) 75º 0.47% 0.74% -
XYZ 36.48 45.55 19.18 -
YUV 172.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 167 189 101 0.12 0 0.47 0.26 75 0.4 0.57
Hex A7 BD 65 C 0 2F 1A 4B 28 39
Octal 247 275 145 14 0 57 32 113 50 71
Binary 10100111 10111101 1100101 1100 0 101111 11010 1001011 101000 111001

Color Harmonies of #A7BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD65

Black with #A7BD65

Text Example


Text Example

White with #A7BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD65; }

 p { color: rgb(167,189,101); }

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

background-color css

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

 a { background-color: rgb(167,189,101); }

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

border-color css

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

 span { border-color: rgb(167,189,101); }

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