Html Css Color HEX #95BF6F Olivine

📋 copy color: '#95BF6F'

red 149 ◦ green 191 ◦ blue 111

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

Shades of Olivine #95BF6F

Tints of Olivine #95BF6F

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 33.04%
G = 42.35%
B = 24.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#95BF6F (or 0x95BF6F) is known color: Olivine. HEX triplet: 95, BF and 6F. RGB value is (149,191,111). Sum of RGB (Red+Green+Blue) = 149+191+111=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF6F is #6A4090. Grayscale: #A9A9A9. Windows color (decimal): -6963345 or 7323541. OLE color: 7323541.

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

Color convert

RGB 149 191 111 -
CMYK 0.22 0 0.42 0.25
HSL 91.5º 0.38% 0.59% -
HSV(B) 91.5º 0.42% 0.75% -
XYZ 33.89 44.8 21.9 -
YUV 169.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 149 191 111 0.22 0 0.42 0.25 91.5 0.38 0.59
Hex 95 BF 6F 16 0 2A 19 5C 26 3B
Octal 225 277 157 26 0 52 31 134 46 73
Binary 10010101 10111111 1101111 10110 0 101010 11001 1011100 100110 111011

Color Harmonies of #95BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF6F

Black with #95BF6F

Text Example


Text Example

White with #95BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,111); }

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

background-color css

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

 a { background-color: rgb(149,191,111); }

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

border-color css

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

 span { border-color: rgb(149,191,111); }

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