Html Css Color HEX #96BF68 Olivine

📋 copy color: '#96BF68'

red 150 ◦ green 191 ◦ blue 104

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

Shades of Olivine #96BF68

Tints of Olivine #96BF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 33.71%
G = 42.92%
B = 23.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#96BF68 (or 0x96BF68) is known color: Olivine. HEX triplet: 96, BF and 68. RGB value is (150,191,104). Sum of RGB (Red+Green+Blue) = 150+191+104=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF68 is #694097. Grayscale: #A9A9A9. Windows color (decimal): -6897816 or 6864790. OLE color: 6864790.

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

Color convert

RGB 150 191 104 -
CMYK 0.21 0 0.46 0.25
HSL 88.28º 0.4% 0.58% -
HSV(B) 88.28º 0.46% 0.75% -
XYZ 33.71 44.75 19.96 -
YUV 168.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 150 191 104 0.21 0 0.46 0.25 88.28 0.4 0.58
Hex 96 BF 68 15 0 2E 19 58 28 3A
Octal 226 277 150 25 0 56 31 130 50 72
Binary 10010110 10111111 1101000 10101 0 101110 11001 1011000 101000 111010

Color Harmonies of #96BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF68

Black with #96BF68

Text Example


Text Example

White with #96BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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