Html Css Color HEX #95C073 Olivine

📋 copy color: '#95C073'

red 149 ◦ green 192 ◦ blue 115

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

Shades of Olivine #95C073

Tints of Olivine #95C073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 32.68%
G = 42.11%
B = 25.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#95C073 (or 0x95C073) is known color: Olivine. HEX triplet: 95, C0 and 73. RGB value is (149,192,115). Sum of RGB (Red+Green+Blue) = 149+192+115=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #95C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C073 is #6A3F8C. Grayscale: #AAAAAA. Windows color (decimal): -6963085 or 7585941. OLE color: 7585941.

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

Color convert

RGB 149 192 115 -
CMYK 0.22 0 0.40 0.25
HSL 93.51º 0.38% 0.6% -
HSV(B) 93.51º 0.4% 0.75% -
XYZ 34.34 45.33 23.16 -
YUV 170.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 149 192 115 0.22 0 0.40 0.25 93.51 0.38 0.6
Hex 95 C0 73 16 0 28 19 5E 26 3C
Octal 225 300 163 26 0 50 31 136 46 74
Binary 10010101 11000000 1110011 10110 0 101000 11001 1011110 100110 111100

Color Harmonies of #95C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C073

Black with #95C073

Text Example


Text Example

White with #95C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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