Html Css Color HEX #95C075 Olivine

📋 copy color: '#95C075'

red 149 ◦ green 192 ◦ blue 117

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

Shades of Olivine #95C075

Tints of Olivine #95C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 32.53%
G = 41.92%
B = 25.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#95C075 (or 0x95C075) is known color: Olivine. HEX triplet: 95, C0 and 75. RGB value is (149,192,117). Sum of RGB (Red+Green+Blue) = 149+192+117=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #95C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C075 is #6A3F8A. Grayscale: #AAAAAA. Windows color (decimal): -6963083 or 7717013. OLE color: 7717013.

HSL color Cylindrical-coordinate representation of color #95C075: hue angle of 94.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95C075 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 117 -
CMYK 0.22 0 0.39 0.25
HSL 94.4º 0.37% 0.61% -
HSV(B) 94.4º 0.39% 0.75% -
XYZ 34.45 45.37 23.77 -
YUV 170.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 149 192 117 0.22 0 0.39 0.25 94.4 0.37 0.61
Hex 95 C0 75 16 0 27 19 5E 25 3D
Octal 225 300 165 26 0 47 31 136 45 75
Binary 10010101 11000000 1110101 10110 0 100111 11001 1011110 100101 111101

Color Harmonies of #95C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C075

Black with #95C075

Text Example


Text Example

White with #95C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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