Html Css Color HEX #A0BF6D Olivine

📋 copy color: '#A0BF6D'

red 160 ◦ green 191 ◦ blue 109

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

Shades of Olivine #A0BF6D

Tints of Olivine #A0BF6D

RGB

 RED value IS 160 (62.89% from 255) = 34.78%

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

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 34.78%
G = 41.52%
B = 23.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A0BF6D (or 0xA0BF6D) is known color: Olivine. HEX triplet: A0, BF and 6D. RGB value is (160,191,109). Sum of RGB (Red+Green+Blue) = 160+191+109=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF6D is #5F4092. Grayscale: #ACACAC. Windows color (decimal): -6242451 or 7192480. OLE color: 7192480.

HSL color Cylindrical-coordinate representation of color #A0BF6D: hue angle of 82.68º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0BF6D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 109 -
CMYK 0.16 0 0.43 0.25
HSL 82.68º 0.39% 0.59% -
HSV(B) 82.68º 0.43% 0.75% -
XYZ 35.89 45.84 21.42 -
YUV 172.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 160 191 109 0.16 0 0.43 0.25 82.68 0.39 0.59
Hex A0 BF 6D 10 0 2B 19 53 27 3B
Octal 240 277 155 20 0 53 31 123 47 73
Binary 10100000 10111111 1101101 10000 0 101011 11001 1010011 100111 111011

Color Harmonies of #A0BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF6D

Black with #A0BF6D

Text Example


Text Example

White with #A0BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF6D; }

 p { color: rgb(160,191,109); }

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

background-color css

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

 a { background-color: rgb(160,191,109); }

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

border-color css

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

 span { border-color: rgb(160,191,109); }

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