Html Css Color HEX #95B672 Olivine

📋 copy color: '#95B672'

red 149 ◦ green 182 ◦ blue 114

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

Shades of Olivine #95B672

Tints of Olivine #95B672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 33.48%
G = 40.9%
B = 25.62%

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

#95B672 (or 0x95B672) is known color: Olivine. HEX triplet: 95, B6 and 72. RGB value is (149,182,114). Sum of RGB (Red+Green+Blue) = 149+182+114=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #95B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B672 is #6A498D. Grayscale: #A4A4A4. Windows color (decimal): -6965646 or 7517845. OLE color: 7517845.

HSL color Cylindrical-coordinate representation of color #95B672: hue angle of 89.12º degrees, saturation: 0.32, 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 #95B672 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 114 -
CMYK 0.18 0 0.37 0.29
HSL 89.12º 0.32% 0.58% -
HSV(B) 89.12º 0.37% 0.71% -
XYZ 32.16 41.06 22.15 -
YUV 164.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 149 182 114 0.18 0 0.37 0.29 89.12 0.32 0.58
Hex 95 B6 72 12 0 25 1D 59 20 3A
Octal 225 266 162 22 0 45 35 131 40 72
Binary 10010101 10110110 1110010 10010 0 100101 11101 1011001 100000 111010

Color Harmonies of #95B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B672

Black with #95B672

Text Example


Text Example

White with #95B672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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