Html Css Color HEX #96CE6F Olivine

📋 copy color: '#96CE6F'

red 150 ◦ green 206 ◦ blue 111

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

Shades of Olivine #96CE6F

Tints of Olivine #96CE6F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 32.12%
G = 44.11%
B = 23.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#96CE6F (or 0x96CE6F) is known color: Olivine. HEX triplet: 96, CE and 6F. RGB value is (150,206,111). Sum of RGB (Red+Green+Blue) = 150+206+111=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE6F is #693190. Grayscale: #B2B2B2. Windows color (decimal): -6893969 or 7327382. OLE color: 7327382.

HSL color Cylindrical-coordinate representation of color #96CE6F: hue angle of 95.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96CE6F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 111 -
CMYK 0.27 0 0.46 0.19
HSL 95.37º 0.49% 0.62% -
HSV(B) 95.37º 0.46% 0.81% -
XYZ 37.52 51.77 23.05 -
YUV 178.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 150 206 111 0.27 0 0.46 0.19 95.37 0.49 0.62
Hex 96 CE 6F 1B 0 2E 13 5F 31 3E
Octal 226 316 157 33 0 56 23 137 61 76
Binary 10010110 11001110 1101111 11011 0 101110 10011 1011111 110001 111110

Color Harmonies of #96CE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE6F

Black with #96CE6F

Text Example


Text Example

White with #96CE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,111); }

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

background-color css

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

 a { background-color: rgb(150,206,111); }

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

border-color css

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

 span { border-color: rgb(150,206,111); }

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