Html Css Color HEX #96B765 Olivine

📋 copy color: '#96B765'

red 150 ◦ green 183 ◦ blue 101

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

Shades of Olivine #96B765

Tints of Olivine #96B765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 34.56%
G = 42.17%
B = 23.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#96B765 (or 0x96B765) is known color: Olivine. HEX triplet: 96, B7 and 65. RGB value is (150,183,101). Sum of RGB (Red+Green+Blue) = 150+183+101=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #96B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B765 is #69489A. Grayscale: #A4A4A4. Windows color (decimal): -6899867 or 6666134. OLE color: 6666134.

HSL color Cylindrical-coordinate representation of color #96B765: hue angle of 84.15º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96B765 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 101 -
CMYK 0.18 0 0.45 0.28
HSL 84.15º 0.36% 0.56% -
HSV(B) 84.15º 0.45% 0.72% -
XYZ 31.86 41.29 18.6 -
YUV 163.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 150 183 101 0.18 0 0.45 0.28 84.15 0.36 0.56
Hex 96 B7 65 12 0 2D 1C 54 24 38
Octal 226 267 145 22 0 55 34 124 44 70
Binary 10010110 10110111 1100101 10010 0 101101 11100 1010100 100100 111000

Color Harmonies of #96B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B765

Black with #96B765

Text Example


Text Example

White with #96B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,101); }

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

background-color css

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

 a { background-color: rgb(150,183,101); }

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

border-color css

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

 span { border-color: rgb(150,183,101); }

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