Html Css Color HEX #95B662 Olivine

📋 copy color: '#95B662'

red 149 ◦ green 182 ◦ blue 98

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

Shades of Olivine #95B662

Tints of Olivine #95B662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 34.73%
G = 42.42%
B = 22.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#95B662 (or 0x95B662) is known color: Olivine. HEX triplet: 95, B6 and 62. RGB value is (149,182,98). Sum of RGB (Red+Green+Blue) = 149+182+98=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #95B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B662 is #6A499D. Grayscale: #A2A2A2. Windows color (decimal): -6965662 or 6469269. OLE color: 6469269.

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

Color convert

RGB 149 182 98 -
CMYK 0.18 0 0.46 0.29
HSL 83.57º 0.37% 0.55% -
HSV(B) 83.57º 0.46% 0.71% -
XYZ 31.33 40.73 17.77 -
YUV 162.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 149 182 98 0.18 0 0.46 0.29 83.57 0.37 0.55
Hex 95 B6 62 12 0 2E 1D 54 25 37
Octal 225 266 142 22 0 56 35 124 45 67
Binary 10010101 10110110 1100010 10010 0 101110 11101 1010100 100101 110111

Color Harmonies of #95B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B662

Black with #95B662

Text Example


Text Example

White with #95B662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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