Html Css Color HEX #96CB68 Olivine

📋 copy color: '#96CB68'

red 150 ◦ green 203 ◦ blue 104

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

Shades of Olivine #96CB68

Tints of Olivine #96CB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

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

R = 32.82%
G = 44.42%
B = 22.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#96CB68 (or 0x96CB68) is known color: Olivine. HEX triplet: 96, CB and 68. RGB value is (150,203,104). Sum of RGB (Red+Green+Blue) = 150+203+104=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB68 is #693497. Grayscale: #B0B0B0. Windows color (decimal): -6894744 or 6867862. OLE color: 6867862.

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

Color convert

RGB 150 203 104 -
CMYK 0.26 0 0.49 0.20
HSL 92.12º 0.49% 0.6% -
HSV(B) 92.12º 0.49% 0.8% -
XYZ 36.43 50.2 20.87 -
YUV 175.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 150 203 104 0.26 0 0.49 0.20 92.12 0.49 0.6
Hex 96 CB 68 1A 0 31 14 5C 31 3C
Octal 226 313 150 32 0 61 24 134 61 74
Binary 10010110 11001011 1101000 11010 0 110001 10100 1011100 110001 111100

Color Harmonies of #96CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB68

Black with #96CB68

Text Example


Text Example

White with #96CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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