Html Css Color HEX #95B673 Olivine

📋 copy color: '#95B673'

red 149 ◦ green 182 ◦ blue 115

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

Shades of Olivine #95B673

Tints of Olivine #95B673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.78%

R = 33.41%
G = 40.81%
B = 25.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#95B673 (or 0x95B673) is known color: Olivine. HEX triplet: 95, B6 and 73. RGB value is (149,182,115). Sum of RGB (Red+Green+Blue) = 149+182+115=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #95B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B673 is #6A498C. Grayscale: #A4A4A4. Windows color (decimal): -6965645 or 7583381. OLE color: 7583381.

HSL color Cylindrical-coordinate representation of color #95B673: hue angle of 89.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95B673 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 115 -
CMYK 0.18 0 0.37 0.29
HSL 89.55º 0.31% 0.58% -
HSV(B) 89.55º 0.37% 0.71% -
XYZ 32.22 41.08 22.45 -
YUV 164.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 149 182 115 0.18 0 0.37 0.29 89.55 0.31 0.58
Hex 95 B6 73 12 0 25 1D 5A 1F 3A
Octal 225 266 163 22 0 45 35 132 37 72
Binary 10010101 10110110 1110011 10010 0 100101 11101 1011010 11111 111010

Color Harmonies of #95B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B673

Black with #95B673

Text Example


Text Example

White with #95B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,115); }

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

background-color css

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

 a { background-color: rgb(149,182,115); }

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

border-color css

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

 span { border-color: rgb(149,182,115); }

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