Html Css Color HEX #96B269 Olivine

📋 copy color: '#96B269'

red 150 ◦ green 178 ◦ blue 105

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

Shades of Olivine #96B269

Tints of Olivine #96B269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 34.64%
G = 41.11%
B = 24.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#96B269 (or 0x96B269) is known color: Olivine. HEX triplet: 96, B2 and 69. RGB value is (150,178,105). Sum of RGB (Red+Green+Blue) = 150+178+105=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #96B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B269 is #694D96. Grayscale: #A1A1A1. Windows color (decimal): -6901143 or 6926998. OLE color: 6926998.

HSL color Cylindrical-coordinate representation of color #96B269: hue angle of 83.01º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B269 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 105 -
CMYK 0.16 0 0.41 0.30
HSL 83.01º 0.32% 0.55% -
HSV(B) 83.01º 0.41% 0.7% -
XYZ 31.05 39.34 19.32 -
YUV 161.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 150 178 105 0.16 0 0.41 0.30 83.01 0.32 0.55
Hex 96 B2 69 10 0 29 1E 53 20 37
Octal 226 262 151 20 0 51 36 123 40 67
Binary 10010110 10110010 1101001 10000 0 101001 11110 1010011 100000 110111

Color Harmonies of #96B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B269

Black with #96B269

Text Example


Text Example

White with #96B269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,105); }

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

background-color css

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

 a { background-color: rgb(150,178,105); }

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

border-color css

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

 span { border-color: rgb(150,178,105); }

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