Html Css Color HEX #968305 Olive

📋 copy color: '#968305'

red 150 ◦ green 131 ◦ blue 5

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

Shades of Olive #968305

Tints of Olive #968305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 52.45%
G = 45.8%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#968305 (or 0x968305) is known color: Olive. HEX triplet: 96, 83 and 05. RGB value is (150,131,5). Sum of RGB (Red+Green+Blue) = 150+131+5=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968305 is #697CFA. Grayscale: #7A7A7A. Windows color (decimal): -6913275 or 361366. OLE color: 361366.

HSL color Cylindrical-coordinate representation of color #968305: hue angle of 52.14º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #968305 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 5 -
CMYK 0 0.13 0.97 0.41
HSL 52.14º 0.94% 0.3% -
HSV(B) 52.14º 0.97% 0.59% -
XYZ 20.72 22.73 3.44 -
YUV 122.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 150 131 5 0 0.13 0.97 0.41 52.14 0.94 0.3
Hex 96 83 5 0 D 61 29 34 5E 1E
Octal 226 203 5 0 15 141 51 64 136 36
Binary 10010110 10000011 101 0 1101 1100001 101001 110100 1011110 11110

Color Harmonies of #968305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968305

Black with #968305

Text Example


Text Example

White with #968305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968305; }

 p { color: rgb(150,131,5); }

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

background-color css

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

 a { background-color: rgb(150,131,5); }

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

border-color css

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

 span { border-color: rgb(150,131,5); }

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