Html Css Color HEX #96B073 Olivine

📋 copy color: '#96B073'

red 150 ◦ green 176 ◦ blue 115

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

Shades of Olivine #96B073

Tints of Olivine #96B073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.91%

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 34.01%
G = 39.91%
B = 26.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#96B073 (or 0x96B073) is known color: Olivine. HEX triplet: 96, B0 and 73. RGB value is (150,176,115). Sum of RGB (Red+Green+Blue) = 150+176+115=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #96B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B073 is #694F8C. Grayscale: #A1A1A1. Windows color (decimal): -6901645 or 7581846. OLE color: 7581846.

HSL color Cylindrical-coordinate representation of color #96B073: hue angle of 85.57º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B073 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 115 -
CMYK 0.15 0 0.35 0.31
HSL 85.57º 0.28% 0.57% -
HSV(B) 85.57º 0.35% 0.69% -
XYZ 31.2 38.77 22.06 -
YUV 161.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 150 176 115 0.15 0 0.35 0.31 85.57 0.28 0.57
Hex 96 B0 73 F 0 23 1F 56 1C 39
Octal 226 260 163 17 0 43 37 126 34 71
Binary 10010110 10110000 1110011 1111 0 100011 11111 1010110 11100 111001

Color Harmonies of #96B073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B073

Black with #96B073

Text Example


Text Example

White with #96B073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,115); }

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

background-color css

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

 a { background-color: rgb(150,176,115); }

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

border-color css

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

 span { border-color: rgb(150,176,115); }

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