Html Css Color HEX #95C375 Olivine

📋 copy color: '#95C375'

red 149 ◦ green 195 ◦ blue 117

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

Shades of Olivine #95C375

Tints of Olivine #95C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

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

R = 32.32%
G = 42.3%
B = 25.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#95C375 (or 0x95C375) is known color: Olivine. HEX triplet: 95, C3 and 75. RGB value is (149,195,117). Sum of RGB (Red+Green+Blue) = 149+195+117=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #95C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C375 is #6A3C8A. Grayscale: #ACACAC. Windows color (decimal): -6962315 or 7717781. OLE color: 7717781.

HSL color Cylindrical-coordinate representation of color #95C375: hue angle of 95.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C375 is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 117 -
CMYK 0.24 0 0.4 0.24
HSL 95.38º 0.39% 0.61% -
HSV(B) 95.38º 0.4% 0.76% -
XYZ 35.12 46.7 23.99 -
YUV 172.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 149 195 117 0.24 0 0.4 0.24 95.38 0.39 0.61
Hex 95 C3 75 18 0 28 18 5F 27 3D
Octal 225 303 165 30 0 50 30 137 47 75
Binary 10010101 11000011 1110101 11000 0 101000 11000 1011111 100111 111101

Color Harmonies of #95C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C375

Black with #95C375

Text Example


Text Example

White with #95C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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