Html Css Color HEX #96BF7E Olivine

📋 copy color: '#96BF7E'

red 150 ◦ green 191 ◦ blue 126

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

Shades of Olivine #96BF7E

Tints of Olivine #96BF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 32.12%
G = 40.9%
B = 26.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#96BF7E (or 0x96BF7E) is known color: Olivine. HEX triplet: 96, BF and 7E. RGB value is (150,191,126). Sum of RGB (Red+Green+Blue) = 150+191+126=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF7E is #694081. Grayscale: #ABABAB. Windows color (decimal): -6897794 or 8306582. OLE color: 8306582.

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

Color convert

RGB 150 191 126 -
CMYK 0.21 0 0.34 0.25
HSL 97.85º 0.34% 0.62% -
HSV(B) 97.85º 0.34% 0.75% -
XYZ 34.97 45.25 26.63 -
YUV 171.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 150 191 126 0.21 0 0.34 0.25 97.85 0.34 0.62
Hex 96 BF 7E 15 0 22 19 62 22 3E
Octal 226 277 176 25 0 42 31 142 42 76
Binary 10010110 10111111 1111110 10101 0 100010 11001 1100010 100010 111110

Color Harmonies of #96BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF7E

Black with #96BF7E

Text Example


Text Example

White with #96BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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