Html Css Color HEX #968503 Olive

📋 copy color: '#968503'

red 150 ◦ green 133 ◦ blue 3

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

Shades of Olive #968503

Tints of Olive #968503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 52.45%
G = 46.5%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#968503 (or 0x968503) is known color: Olive. HEX triplet: 96, 85 and 03. RGB value is (150,133,3). Sum of RGB (Red+Green+Blue) = 150+133+3=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #968503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968503 is #697AFC. Grayscale: #7B7B7B. Windows color (decimal): -6912765 or 230806. OLE color: 230806.

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

Color convert

RGB 150 133 3 -
CMYK 0 0.11 0.98 0.41
HSL 53.06º 0.96% 0.3% -
HSV(B) 53.06º 0.98% 0.59% -
XYZ 20.98 23.27 3.47 -
YUV 123.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 150 133 3 0 0.11 0.98 0.41 53.06 0.96 0.3
Hex 96 85 3 0 B 62 29 35 60 1E
Octal 226 205 3 0 13 142 51 65 140 36
Binary 10010110 10000101 11 0 1011 1100010 101001 110101 1100000 11110

Color Harmonies of #968503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968503

Black with #968503

Text Example


Text Example

White with #968503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968503; }

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

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

background-color css

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

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

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

border-color css

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

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

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