Html Css Color HEX #96BE7D Olivine

📋 copy color: '#96BE7D'

red 150 ◦ green 190 ◦ blue 125

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

Shades of Olivine #96BE7D

Tints of Olivine #96BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

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

R = 32.26%
G = 40.86%
B = 26.88%

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

#96BE7D (or 0x96BE7D) is known color: Olivine. HEX triplet: 96, BE and 7D. RGB value is (150,190,125). Sum of RGB (Red+Green+Blue) = 150+190+125=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE7D is #694182. Grayscale: #AAAAAA. Windows color (decimal): -6898051 or 8240790. OLE color: 8240790.

HSL color Cylindrical-coordinate representation of color #96BE7D: hue angle of 96.92º degrees, saturation: 0.33, 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 #96BE7D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 125 -
CMYK 0.21 0 0.34 0.25
HSL 96.92º 0.33% 0.62% -
HSV(B) 96.92º 0.34% 0.75% -
XYZ 34.69 44.79 26.22 -
YUV 170.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 150 190 125 0.21 0 0.34 0.25 96.92 0.33 0.62
Hex 96 BE 7D 15 0 22 19 61 21 3E
Octal 226 276 175 25 0 42 31 141 41 76
Binary 10010110 10111110 1111101 10101 0 100010 11001 1100001 100001 111110

Color Harmonies of #96BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE7D

Black with #96BE7D

Text Example


Text Example

White with #96BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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