Html Css Color HEX #96C665 Olivine

📋 copy color: '#96C665'

red 150 ◦ green 198 ◦ blue 101

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

Shades of Olivine #96C665

Tints of Olivine #96C665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 33.41%
G = 44.1%
B = 22.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#96C665 (or 0x96C665) is known color: Olivine. HEX triplet: 96, C6 and 65. RGB value is (150,198,101). Sum of RGB (Red+Green+Blue) = 150+198+101=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #96C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C665 is #69399A. Grayscale: #ACACAC. Windows color (decimal): -6896027 or 6669974. OLE color: 6669974.

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

Color convert

RGB 150 198 101 -
CMYK 0.24 0 0.49 0.22
HSL 89.69º 0.46% 0.59% -
HSV(B) 89.69º 0.49% 0.78% -
XYZ 35.12 47.81 19.69 -
YUV 172.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 150 198 101 0.24 0 0.49 0.22 89.69 0.46 0.59
Hex 96 C6 65 18 0 31 16 5A 2E 3B
Octal 226 306 145 30 0 61 26 132 56 73
Binary 10010110 11000110 1100101 11000 0 110001 10110 1011010 101110 111011

Color Harmonies of #96C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C665

Black with #96C665

Text Example


Text Example

White with #96C665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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