Html Css Color HEX #95BD7A Olivine

📋 copy color: '#95BD7A'

red 149 ◦ green 189 ◦ blue 122

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

Shades of Olivine #95BD7A

Tints of Olivine #95BD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 32.39%
G = 41.09%
B = 26.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#95BD7A (or 0x95BD7A) is known color: Olivine. HEX triplet: 95, BD and 7A. RGB value is (149,189,122). Sum of RGB (Red+Green+Blue) = 149+189+122=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD7A is #6A4285. Grayscale: #A9A9A9. Windows color (decimal): -6963846 or 8043925. OLE color: 8043925.

HSL color Cylindrical-coordinate representation of color #95BD7A: hue angle of 95.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BD7A is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 122 -
CMYK 0.21 0 0.35 0.26
HSL 95.82º 0.34% 0.61% -
HSV(B) 95.82º 0.35% 0.74% -
XYZ 34.1 44.19 25.14 -
YUV 169.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 149 189 122 0.21 0 0.35 0.26 95.82 0.34 0.61
Hex 95 BD 7A 15 0 23 1A 60 22 3D
Octal 225 275 172 25 0 43 32 140 42 75
Binary 10010101 10111101 1111010 10101 0 100011 11010 1100000 100010 111101

Color Harmonies of #95BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD7A

Black with #95BD7A

Text Example


Text Example

White with #95BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,122); }

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

background-color css

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

 a { background-color: rgb(149,189,122); }

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

border-color css

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

 span { border-color: rgb(149,189,122); }

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