Html Css Color HEX #968500 Olive

📋 copy color: '#968500'

red 150 ◦ green 133 ◦ blue 0

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

Shades of Olive #968500

Tints of Olive #968500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53%
G = 47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#968500 (or 0x968500) is known color: Olive. HEX triplet: 96, 85 and 00. RGB value is (150,133,0). Sum of RGB (Red+Green+Blue) = 150+133+0=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #968500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968500 is #697AFF. Grayscale: #7B7B7B. Windows color (decimal): -6912768 or 34198. OLE color: 34198.

HSL color Cylindrical-coordinate representation of color #968500: hue angle of 53.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #968500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 0 -
CMYK 0 0.11 1 0.41
HSL 53.2º 1% 0.29% -
HSV(B) 53.2º 1% 0.59% -
XYZ 20.97 23.26 3.38 -
YUV 122.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 150 133 0 0 0.11 1 0.41 53.2 1 0.29
Hex 96 85 0 0 B 64 29 35 64 1D
Octal 226 205 0 0 13 144 51 65 144 35
Binary 10010110 10000101 0 0 1011 1100100 101001 110101 1100100 11101

Color Harmonies of #968500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968500

Black with #968500

Text Example


Text Example

White with #968500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968500; }

 p { color: rgb(150,133,0); }

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

background-color css

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

 a { background-color: rgb(150,133,0); }

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

border-color css

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

 span { border-color: rgb(150,133,0); }

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