Html Css Color HEX #A7BF65 Olivine

📋 copy color: '#A7BF65'

red 167 ◦ green 191 ◦ blue 101

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

Shades of Olivine #A7BF65

Tints of Olivine #A7BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

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

R = 36.38%
G = 41.61%
B = 22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A7BF65 (or 0xA7BF65) is known color: Olivine. HEX triplet: A7, BF and 65. RGB value is (167,191,101). Sum of RGB (Red+Green+Blue) = 167+191+101=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF65 is #58409A. Grayscale: #ADADAD. Windows color (decimal): -5783707 or 6668199. OLE color: 6668199.

HSL color Cylindrical-coordinate representation of color #A7BF65: hue angle of 76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7BF65 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 191 101 -
CMYK 0.13 0 0.47 0.25
HSL 76º 0.41% 0.57% -
HSV(B) 76º 0.47% 0.75% -
XYZ 36.92 46.42 19.33 -
YUV 173.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 167 191 101 0.13 0 0.47 0.25 76 0.41 0.57
Hex A7 BF 65 D 0 2F 19 4C 29 39
Octal 247 277 145 15 0 57 31 114 51 71
Binary 10100111 10111111 1100101 1101 0 101111 11001 1001100 101001 111001

Color Harmonies of #A7BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF65

Black with #A7BF65

Text Example


Text Example

White with #A7BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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