Html Css Color HEX #96BB68 Olivine

📋 copy color: '#96BB68'

red 150 ◦ green 187 ◦ blue 104

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

Shades of Olivine #96BB68

Tints of Olivine #96BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

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

R = 34.01%
G = 42.4%
B = 23.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#96BB68 (or 0x96BB68) is known color: Olivine. HEX triplet: 96, BB and 68. RGB value is (150,187,104). Sum of RGB (Red+Green+Blue) = 150+187+104=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB68 is #694497. Grayscale: #A6A6A6. Windows color (decimal): -6898840 or 6863766. OLE color: 6863766.

HSL color Cylindrical-coordinate representation of color #96BB68: hue angle of 86.75º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96BB68 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 104 -
CMYK 0.20 0 0.44 0.27
HSL 86.75º 0.38% 0.57% -
HSV(B) 86.75º 0.44% 0.73% -
XYZ 32.85 43.02 19.67 -
YUV 166.48 92.74 116.25 -
System Red Green Blue C M Y K H S L
Decimal 150 187 104 0.20 0 0.44 0.27 86.75 0.38 0.57
Hex 96 BB 68 14 0 2C 1B 57 26 39
Octal 226 273 150 24 0 54 33 127 46 71
Binary 10010110 10111011 1101000 10100 0 101100 11011 1010111 100110 111001

Color Harmonies of #96BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB68

Black with #96BB68

Text Example


Text Example

White with #96BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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