Html Css Color HEX #A0B675 Olivine

📋 copy color: '#A0B675'

red 160 ◦ green 182 ◦ blue 117

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

Shades of Olivine #A0B675

Tints of Olivine #A0B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 34.86%
G = 39.65%
B = 25.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A0B675 (or 0xA0B675) is known color: Olivine. HEX triplet: A0, B6 and 75. RGB value is (160,182,117). Sum of RGB (Red+Green+Blue) = 160+182+117=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B675 is #5F498A. Grayscale: #A8A8A8. Windows color (decimal): -6244747 or 7714464. OLE color: 7714464.

HSL color Cylindrical-coordinate representation of color #A0B675: hue angle of 80.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B675 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 117 -
CMYK 0.12 0 0.36 0.29
HSL 80.31º 0.31% 0.59% -
HSV(B) 80.31º 0.36% 0.71% -
XYZ 34.44 42.21 23.16 -
YUV 168.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 160 182 117 0.12 0 0.36 0.29 80.31 0.31 0.59
Hex A0 B6 75 C 0 24 1D 50 1F 3B
Octal 240 266 165 14 0 44 35 120 37 73
Binary 10100000 10110110 1110101 1100 0 100100 11101 1010000 11111 111011

Color Harmonies of #A0B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B675

Black with #A0B675

Text Example


Text Example

White with #A0B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B675; }

 p { color: rgb(160,182,117); }

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

background-color css

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

 a { background-color: rgb(160,182,117); }

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

border-color css

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

 span { border-color: rgb(160,182,117); }

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