Html Css Color HEX #95C676 Olivine

📋 copy color: '#95C676'

red 149 ◦ green 198 ◦ blue 118

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

Shades of Olivine #95C676

Tints of Olivine #95C676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 32.04%
G = 42.58%
B = 25.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#95C676 (or 0x95C676) is known color: Olivine. HEX triplet: 95, C6 and 76. RGB value is (149,198,118). Sum of RGB (Red+Green+Blue) = 149+198+118=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #95C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C676 is #6A3989. Grayscale: #AEAEAE. Windows color (decimal): -6961546 or 7784085. OLE color: 7784085.

HSL color Cylindrical-coordinate representation of color #95C676: hue angle of 96.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C676 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 118 -
CMYK 0.25 0 0.40 0.22
HSL 96.75º 0.41% 0.62% -
HSV(B) 96.75º 0.4% 0.78% -
XYZ 35.86 48.09 24.53 -
YUV 174.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 149 198 118 0.25 0 0.40 0.22 96.75 0.41 0.62
Hex 95 C6 76 19 0 28 16 61 29 3E
Octal 225 306 166 31 0 50 26 141 51 76
Binary 10010101 11000110 1110110 11001 0 101000 10110 1100001 101001 111110

Color Harmonies of #95C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C676

Black with #95C676

Text Example


Text Example

White with #95C676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,118); }

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

background-color css

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

 a { background-color: rgb(149,198,118); }

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

border-color css

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

 span { border-color: rgb(149,198,118); }

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