Html Css Color HEX #95C06E Olivine

📋 copy color: '#95C06E'

red 149 ◦ green 192 ◦ blue 110

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

Shades of Olivine #95C06E

Tints of Olivine #95C06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 33.04%
G = 42.57%
B = 24.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#95C06E (or 0x95C06E) is known color: Olivine. HEX triplet: 95, C0 and 6E. RGB value is (149,192,110). Sum of RGB (Red+Green+Blue) = 149+192+110=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #95C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C06E is #6A3F91. Grayscale: #AAAAAA. Windows color (decimal): -6963090 or 7258261. OLE color: 7258261.

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

Color convert

RGB 149 192 110 -
CMYK 0.22 0 0.43 0.25
HSL 91.46º 0.39% 0.59% -
HSV(B) 91.46º 0.43% 0.75% -
XYZ 34.06 45.21 21.68 -
YUV 169.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 149 192 110 0.22 0 0.43 0.25 91.46 0.39 0.59
Hex 95 C0 6E 16 0 2B 19 5B 27 3B
Octal 225 300 156 26 0 53 31 133 47 73
Binary 10010101 11000000 1101110 10110 0 101011 11001 1011011 100111 111011

Color Harmonies of #95C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C06E

Black with #95C06E

Text Example


Text Example

White with #95C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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