Html Css Color HEX #95C06B Olivine

📋 copy color: '#95C06B'

red 149 ◦ green 192 ◦ blue 107

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

Shades of Olivine #95C06B

Tints of Olivine #95C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 33.26%
G = 42.86%
B = 23.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#95C06B (or 0x95C06B) is known color: Olivine. HEX triplet: 95, C0 and 6B. RGB value is (149,192,107). Sum of RGB (Red+Green+Blue) = 149+192+107=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #95C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C06B is #6A3F94. Grayscale: #A9A9A9. Windows color (decimal): -6963093 or 7061653. OLE color: 7061653.

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

Color convert

RGB 149 192 107 -
CMYK 0.22 0 0.44 0.25
HSL 90.35º 0.4% 0.59% -
HSV(B) 90.35º 0.44% 0.75% -
XYZ 33.9 45.15 20.84 -
YUV 169.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 149 192 107 0.22 0 0.44 0.25 90.35 0.4 0.59
Hex 95 C0 6B 16 0 2C 19 5A 28 3B
Octal 225 300 153 26 0 54 31 132 50 73
Binary 10010101 11000000 1101011 10110 0 101100 11001 1011010 101000 111011

Color Harmonies of #95C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C06B

Black with #95C06B

Text Example


Text Example

White with #95C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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