Html Css Color HEX #968303 Olive

📋 copy color: '#968303'

red 150 ◦ green 131 ◦ blue 3

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

Shades of Olive #968303

Tints of Olive #968303

RGB

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

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

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

R = 52.82%
G = 46.13%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#968303 (or 0x968303) is known color: Olive. HEX triplet: 96, 83 and 03. RGB value is (150,131,3). Sum of RGB (Red+Green+Blue) = 150+131+3=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #968303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968303 is #697CFC. Grayscale: #7A7A7A. Windows color (decimal): -6913277 or 230294. OLE color: 230294.

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

Color convert

RGB 150 131 3 -
CMYK 0 0.13 0.98 0.41
HSL 52.24º 0.96% 0.3% -
HSV(B) 52.24º 0.98% 0.59% -
XYZ 20.71 22.72 3.38 -
YUV 122.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 150 131 3 0 0.13 0.98 0.41 52.24 0.96 0.3
Hex 96 83 3 0 D 62 29 34 60 1E
Octal 226 203 3 0 15 142 51 64 140 36
Binary 10010110 10000011 11 0 1101 1100010 101001 110100 1100000 11110

Color Harmonies of #968303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968303

Black with #968303

Text Example


Text Example

White with #968303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968303; }

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

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

background-color css

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

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

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

border-color css

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

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

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