Html Css Color HEX #968000 Olive

📋 copy color: '#968000'

red 150 ◦ green 128 ◦ blue 0

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

Shades of Olive #968000

Tints of Olive #968000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

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

R = 53.96%
G = 46.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#968000 (or 0x968000) is known color: Olive. HEX triplet: 96, 80 and 00. RGB value is (150,128,0). Sum of RGB (Red+Green+Blue) = 150+128+0=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #968000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968000 is #697FFF. Grayscale: #787878. Windows color (decimal): -6914048 or 32918. OLE color: 32918.

HSL color Cylindrical-coordinate representation of color #968000: hue angle of 51.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 #968000 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 0 -
CMYK 0 0.15 1 0.41
HSL 51.2º 1% 0.29% -
HSV(B) 51.2º 1% 0.59% -
XYZ 20.3 21.92 3.16 -
YUV 119.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 150 128 0 0 0.15 1 0.41 51.2 1 0.29
Hex 96 80 0 0 F 64 29 33 64 1D
Octal 226 200 0 0 17 144 51 63 144 35
Binary 10010110 10000000 0 0 1111 1100100 101001 110011 1100100 11101

Color Harmonies of #968000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968000

Black with #968000

Text Example


Text Example

White with #968000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968000; }

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

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

background-color css

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

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

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

border-color css

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

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

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