Html Css Color HEX #95C875 Olivine

📋 copy color: '#95C875'

red 149 ◦ green 200 ◦ blue 117

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

Shades of Olivine #95C875

Tints of Olivine #95C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 31.97%
G = 42.92%
B = 25.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#95C875 (or 0x95C875) is known color: Olivine. HEX triplet: 95, C8 and 75. RGB value is (149,200,117). Sum of RGB (Red+Green+Blue) = 149+200+117=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #95C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C875 is #6A378A. Grayscale: #AFAFAF. Windows color (decimal): -6961035 or 7719061. OLE color: 7719061.

HSL color Cylindrical-coordinate representation of color #95C875: hue angle of 96.87º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95C875 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 117 -
CMYK 0.26 0 0.42 0.22
HSL 96.87º 0.43% 0.62% -
HSV(B) 96.87º 0.42% 0.78% -
XYZ 36.26 48.98 24.37 -
YUV 175.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 149 200 117 0.26 0 0.42 0.22 96.87 0.43 0.62
Hex 95 C8 75 1A 0 2A 16 61 2B 3E
Octal 225 310 165 32 0 52 26 141 53 76
Binary 10010101 11001000 1110101 11010 0 101010 10110 1100001 101011 111110

Color Harmonies of #95C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C875

Black with #95C875

Text Example


Text Example

White with #95C875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,117); }

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

background-color css

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

 a { background-color: rgb(149,200,117); }

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

border-color css

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

 span { border-color: rgb(149,200,117); }

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