Html Css Color HEX #95B36A Olivine

📋 copy color: '#95B36A'

red 149 ◦ green 179 ◦ blue 106

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

Shades of Olivine #95B36A

Tints of Olivine #95B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 34.33%
G = 41.24%
B = 24.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#95B36A (or 0x95B36A) is known color: Olivine. HEX triplet: 95, B3 and 6A. RGB value is (149,179,106). Sum of RGB (Red+Green+Blue) = 149+179+106=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #95B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B36A is #6A4C95. Grayscale: #A1A1A1. Windows color (decimal): -6966422 or 6992789. OLE color: 6992789.

HSL color Cylindrical-coordinate representation of color #95B36A: hue angle of 84.66º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B36A is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 179 106 -
CMYK 0.17 0 0.41 0.30
HSL 84.66º 0.32% 0.56% -
HSV(B) 84.66º 0.41% 0.7% -
XYZ 31.12 39.67 19.65 -
YUV 161.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 149 179 106 0.17 0 0.41 0.30 84.66 0.32 0.56
Hex 95 B3 6A 11 0 29 1E 55 20 38
Octal 225 263 152 21 0 51 36 125 40 70
Binary 10010101 10110011 1101010 10001 0 101001 11110 1010101 100000 111000

Color Harmonies of #95B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B36A

Black with #95B36A

Text Example


Text Example

White with #95B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,179,106); }

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

background-color css

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

 a { background-color: rgb(149,179,106); }

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

border-color css

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

 span { border-color: rgb(149,179,106); }

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