Html Css Color HEX #96AF6D Olivine

📋 copy color: '#96AF6D'

red 150 ◦ green 175 ◦ blue 109

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

Shades of Olivine #96AF6D

Tints of Olivine #96AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 34.56%
G = 40.32%
B = 25.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#96AF6D (or 0x96AF6D) is known color: Olivine. HEX triplet: 96, AF and 6D. RGB value is (150,175,109). Sum of RGB (Red+Green+Blue) = 150+175+109=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF6D is #695092. Grayscale: #A0A0A0. Windows color (decimal): -6901907 or 7188374. OLE color: 7188374.

HSL color Cylindrical-coordinate representation of color #96AF6D: hue angle of 82.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96AF6D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 109 -
CMYK 0.14 0 0.38 0.31
HSL 82.73º 0.29% 0.56% -
HSV(B) 82.73º 0.38% 0.69% -
XYZ 30.67 38.25 20.23 -
YUV 160 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 150 175 109 0.14 0 0.38 0.31 82.73 0.29 0.56
Hex 96 AF 6D E 0 26 1F 53 1D 38
Octal 226 257 155 16 0 46 37 123 35 70
Binary 10010110 10101111 1101101 1110 0 100110 11111 1010011 11101 111000

Color Harmonies of #96AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF6D

Black with #96AF6D

Text Example


Text Example

White with #96AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,109); }

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

background-color css

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

 a { background-color: rgb(150,175,109); }

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

border-color css

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

 span { border-color: rgb(150,175,109); }

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