Html Css Color HEX #96BA75 Olivine

📋 copy color: '#96BA75'

red 150 ◦ green 186 ◦ blue 117

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

Shades of Olivine #96BA75

Tints of Olivine #96BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 33.11%
G = 41.06%
B = 25.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#96BA75 (or 0x96BA75) is known color: Olivine. HEX triplet: 96, BA and 75. RGB value is (150,186,117). Sum of RGB (Red+Green+Blue) = 150+186+117=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA75 is #69458A. Grayscale: #A7A7A7. Windows color (decimal): -6899083 or 7715478. OLE color: 7715478.

HSL color Cylindrical-coordinate representation of color #96BA75: hue angle of 91.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BA75 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 117 -
CMYK 0.19 0 0.37 0.27
HSL 91.3º 0.33% 0.59% -
HSV(B) 91.3º 0.37% 0.73% -
XYZ 33.35 42.89 23.35 -
YUV 167.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 150 186 117 0.19 0 0.37 0.27 91.3 0.33 0.59
Hex 96 BA 75 13 0 25 1B 5B 21 3B
Octal 226 272 165 23 0 45 33 133 41 73
Binary 10010110 10111010 1110101 10011 0 100101 11011 1011011 100001 111011

Color Harmonies of #96BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA75

Black with #96BA75

Text Example


Text Example

White with #96BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,117); }

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

background-color css

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

 a { background-color: rgb(150,186,117); }

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

border-color css

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

 span { border-color: rgb(150,186,117); }

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