Html Css Color HEX #96C668 Olivine

📋 copy color: '#96C668'

red 150 ◦ green 198 ◦ blue 104

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

Shades of Olivine #96C668

Tints of Olivine #96C668

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

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

R = 33.19%
G = 43.81%
B = 23.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#96C668 (or 0x96C668) is known color: Olivine. HEX triplet: 96, C6 and 68. RGB value is (150,198,104). Sum of RGB (Red+Green+Blue) = 150+198+104=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #96C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C668 is #693997. Grayscale: #ADADAD. Windows color (decimal): -6896024 or 6866582. OLE color: 6866582.

HSL color Cylindrical-coordinate representation of color #96C668: hue angle of 90.64º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96C668 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 104 -
CMYK 0.24 0 0.47 0.22
HSL 90.64º 0.45% 0.59% -
HSV(B) 90.64º 0.47% 0.78% -
XYZ 35.27 47.87 20.48 -
YUV 172.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 150 198 104 0.24 0 0.47 0.22 90.64 0.45 0.59
Hex 96 C6 68 18 0 2F 16 5B 2D 3B
Octal 226 306 150 30 0 57 26 133 55 73
Binary 10010110 11000110 1101000 11000 0 101111 10110 1011011 101101 111011

Color Harmonies of #96C668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C668

Black with #96C668

Text Example


Text Example

White with #96C668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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