Html Css Color HEX #96BC7D Olivine

📋 copy color: '#96BC7D'

red 150 ◦ green 188 ◦ blue 125

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

Shades of Olivine #96BC7D

Tints of Olivine #96BC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

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

R = 32.4%
G = 40.6%
B = 27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#96BC7D (or 0x96BC7D) is known color: Olivine. HEX triplet: 96, BC and 7D. RGB value is (150,188,125). Sum of RGB (Red+Green+Blue) = 150+188+125=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC7D is #694382. Grayscale: #A9A9A9. Windows color (decimal): -6898563 or 8240278. OLE color: 8240278.

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

Color convert

RGB 150 188 125 -
CMYK 0.20 0 0.34 0.26
HSL 96.19º 0.32% 0.61% -
HSV(B) 96.19º 0.34% 0.74% -
XYZ 34.26 43.93 26.08 -
YUV 169.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 150 188 125 0.20 0 0.34 0.26 96.19 0.32 0.61
Hex 96 BC 7D 14 0 22 1A 60 20 3D
Octal 226 274 175 24 0 42 32 140 40 75
Binary 10010110 10111100 1111101 10100 0 100010 11010 1100000 100000 111101

Color Harmonies of #96BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC7D

Black with #96BC7D

Text Example


Text Example

White with #96BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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