Html Css Color HEX #96BF7D Olivine

📋 copy color: '#96BF7D'

red 150 ◦ green 191 ◦ blue 125

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

Shades of Olivine #96BF7D

Tints of Olivine #96BF7D

RGB

 RED value IS 150 (58.98% from 255) = 32.19%

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 32.19%
G = 40.99%
B = 26.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#96BF7D (or 0x96BF7D) is known color: Olivine. HEX triplet: 96, BF and 7D. RGB value is (150,191,125). Sum of RGB (Red+Green+Blue) = 150+191+125=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF7D is #694082. Grayscale: #ABABAB. Windows color (decimal): -6897795 or 8241046. OLE color: 8241046.

HSL color Cylindrical-coordinate representation of color #96BF7D: hue angle of 97.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96BF7D is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 125 -
CMYK 0.21 0 0.35 0.25
HSL 97.27º 0.34% 0.62% -
HSV(B) 97.27º 0.35% 0.75% -
XYZ 34.91 45.23 26.29 -
YUV 171.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 150 191 125 0.21 0 0.35 0.25 97.27 0.34 0.62
Hex 96 BF 7D 15 0 23 19 61 22 3E
Octal 226 277 175 25 0 43 31 141 42 76
Binary 10010110 10111111 1111101 10101 0 100011 11001 1100001 100010 111110

Color Harmonies of #96BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF7D

Black with #96BF7D

Text Example


Text Example

White with #96BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BF7D; }

 p { color: rgb(150,191,125); }

 H1.HeaderClassName
 {
   color: #96BF7D;
 }
 .AnyTagClassName
 {
   color: #96BF7D;
 }
</style>

background-color css

<style>
 a { background-color: #96BF7D; }

 a { background-color: rgb(150,191,125); }

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

border-color css

<style>
 span { border-color: #96BF7D; }

 span { border-color: rgb(150,191,125); }

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