Html Css Color HEX #968900 Olive

📋 copy color: '#968900'

red 150 ◦ green 137 ◦ blue 0

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

Shades of Olive #968900

Tints of Olive #968900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

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

R = 52.26%
G = 47.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#968900 (or 0x968900) is known color: Olive. HEX triplet: 96, 89 and 00. RGB value is (150,137,0). Sum of RGB (Red+Green+Blue) = 150+137+0=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #968900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968900 is #6976FF. Grayscale: #7D7D7D. Windows color (decimal): -6911744 or 35222. OLE color: 35222.

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

Color convert

RGB 150 137 0 -
CMYK 0 0.09 1 0.41
HSL 54.8º 1% 0.29% -
HSV(B) 54.8º 1% 0.59% -
XYZ 21.52 24.38 3.57 -
YUV 125.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 150 137 0 0 0.09 1 0.41 54.8 1 0.29
Hex 96 89 0 0 9 64 29 37 64 1D
Octal 226 211 0 0 11 144 51 67 144 35
Binary 10010110 10001001 0 0 1001 1100100 101001 110111 1100100 11101

Color Harmonies of #968900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968900

Black with #968900

Text Example


Text Example

White with #968900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968900; }

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

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

background-color css

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

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

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

border-color css

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

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

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