Html Css Color HEX #96BD7F Olivine

📋 copy color: '#96BD7F'

red 150 ◦ green 189 ◦ blue 127

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

Shades of Olivine #96BD7F

Tints of Olivine #96BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.25%

R = 32.19%
G = 40.56%
B = 27.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#96BD7F (or 0x96BD7F) is known color: Olivine. HEX triplet: 96, BD and 7F. RGB value is (150,189,127). Sum of RGB (Red+Green+Blue) = 150+189+127=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD7F is #694280. Grayscale: #AAAAAA. Windows color (decimal): -6898305 or 8371606. OLE color: 8371606.

HSL color Cylindrical-coordinate representation of color #96BD7F: hue angle of 97.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BD7F is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 127 -
CMYK 0.21 0 0.33 0.26
HSL 97.74º 0.32% 0.62% -
HSV(B) 97.74º 0.33% 0.74% -
XYZ 34.61 44.41 26.83 -
YUV 170.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 150 189 127 0.21 0 0.33 0.26 97.74 0.32 0.62
Hex 96 BD 7F 15 0 21 1A 62 20 3E
Octal 226 275 177 25 0 41 32 142 40 76
Binary 10010110 10111101 1111111 10101 0 100001 11010 1100010 100000 111110

Color Harmonies of #96BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD7F

Black with #96BD7F

Text Example


Text Example

White with #96BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,127); }

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

background-color css

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

 a { background-color: rgb(150,189,127); }

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

border-color css

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

 span { border-color: rgb(150,189,127); }

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