Html Css Color HEX #96D368 Olivine

📋 copy color: '#96D368'

red 150 ◦ green 211 ◦ blue 104

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

Shades of Olivine #96D368

Tints of Olivine #96D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

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

R = 32.26%
G = 45.38%
B = 22.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#96D368 (or 0x96D368) is known color: Olivine. HEX triplet: 96, D3 and 68. RGB value is (150,211,104). Sum of RGB (Red+Green+Blue) = 150+211+104=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #96D368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D368 is #692C97. Grayscale: #B4B4B4. Windows color (decimal): -6892696 or 6869910. OLE color: 6869910.

HSL color Cylindrical-coordinate representation of color #96D368: hue angle of 94.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D368 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 104 -
CMYK 0.29 0 0.51 0.17
HSL 94.21º 0.55% 0.62% -
HSV(B) 94.21º 0.51% 0.83% -
XYZ 38.37 54.07 21.51 -
YUV 180.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 150 211 104 0.29 0 0.51 0.17 94.21 0.55 0.62
Hex 96 D3 68 1D 0 33 11 5E 37 3E
Octal 226 323 150 35 0 63 21 136 67 76
Binary 10010110 11010011 1101000 11101 0 110011 10001 1011110 110111 111110

Color Harmonies of #96D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D368

Black with #96D368

Text Example


Text Example

White with #96D368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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