Html Css Color HEX #95B469 Olivine

📋 copy color: '#95B469'

red 149 ◦ green 180 ◦ blue 105

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

Shades of Olivine #95B469

Tints of Olivine #95B469

RGB

 RED value IS 149 (58.59% from 255) = 34.33%

 GREEN value IS 180 (70.7% from 255) = 41.47%

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 34.33%
G = 41.47%
B = 24.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#95B469 (or 0x95B469) is known color: Olivine. HEX triplet: 95, B4 and 69. RGB value is (149,180,105). Sum of RGB (Red+Green+Blue) = 149+180+105=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #95B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B469 is #6A4B96. Grayscale: #A2A2A2. Windows color (decimal): -6966167 or 6927509. OLE color: 6927509.

HSL color Cylindrical-coordinate representation of color #95B469: hue angle of 84.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95B469 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 105 -
CMYK 0.17 0 0.42 0.29
HSL 84.8º 0.33% 0.56% -
HSV(B) 84.8º 0.42% 0.71% -
XYZ 31.27 40.05 19.45 -
YUV 162.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 149 180 105 0.17 0 0.42 0.29 84.8 0.33 0.56
Hex 95 B4 69 11 0 2A 1D 55 21 38
Octal 225 264 151 21 0 52 35 125 41 70
Binary 10010101 10110100 1101001 10001 0 101010 11101 1010101 100001 111000

Color Harmonies of #95B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B469

Black with #95B469

Text Example


Text Example

White with #95B469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B469; }

 p { color: rgb(149,180,105); }

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

background-color css

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

 a { background-color: rgb(149,180,105); }

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

border-color css

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

 span { border-color: rgb(149,180,105); }

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