Html Css Color HEX #96CD68 Olivine

📋 copy color: '#96CD68'

red 150 ◦ green 205 ◦ blue 104

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

Shades of Olivine #96CD68

Tints of Olivine #96CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 32.68%
G = 44.66%
B = 22.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#96CD68 (or 0x96CD68) is known color: Olivine. HEX triplet: 96, CD and 68. RGB value is (150,205,104). Sum of RGB (Red+Green+Blue) = 150+205+104=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD68 is #693297. Grayscale: #B1B1B1. Windows color (decimal): -6894232 or 6868374. OLE color: 6868374.

HSL color Cylindrical-coordinate representation of color #96CD68: hue angle of 92.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96CD68 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 205 104 -
CMYK 0.27 0 0.49 0.20
HSL 92.67º 0.5% 0.61% -
HSV(B) 92.67º 0.49% 0.8% -
XYZ 36.91 51.15 21.02 -
YUV 177.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 150 205 104 0.27 0 0.49 0.20 92.67 0.5 0.61
Hex 96 CD 68 1B 0 31 14 5D 32 3D
Octal 226 315 150 33 0 61 24 135 62 75
Binary 10010110 11001101 1101000 11011 0 110001 10100 1011101 110010 111101

Color Harmonies of #96CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CD68

Black with #96CD68

Text Example


Text Example

White with #96CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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