Html Css Color HEX #95B36C Olivine

📋 copy color: '#95B36C'

red 149 ◦ green 179 ◦ blue 108

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

Shades of Olivine #95B36C

Tints of Olivine #95B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 34.17%
G = 41.06%
B = 24.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#95B36C (or 0x95B36C) is known color: Olivine. HEX triplet: 95, B3 and 6C. RGB value is (149,179,108). Sum of RGB (Red+Green+Blue) = 149+179+108=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #95B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B36C is #6A4C93. Grayscale: #A2A2A2. Windows color (decimal): -6966420 or 7123861. OLE color: 7123861.

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

Color convert

RGB 149 179 108 -
CMYK 0.17 0 0.40 0.30
HSL 85.35º 0.32% 0.56% -
HSV(B) 85.35º 0.4% 0.7% -
XYZ 31.22 39.71 20.21 -
YUV 161.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 149 179 108 0.17 0 0.40 0.30 85.35 0.32 0.56
Hex 95 B3 6C 11 0 28 1E 55 20 38
Octal 225 263 154 21 0 50 36 125 40 70
Binary 10010101 10110011 1101100 10001 0 101000 11110 1010101 100000 111000

Color Harmonies of #95B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B36C

Black with #95B36C

Text Example


Text Example

White with #95B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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