Html Css Color HEX #969303 Olive

📋 copy color: '#969303'

red 150 ◦ green 147 ◦ blue 3

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

Shades of Olive #969303

Tints of Olive #969303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

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

R = 50%
G = 49%
B = 1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#969303 (or 0x969303) is known color: Olive. HEX triplet: 96, 93 and 03. RGB value is (150,147,3). Sum of RGB (Red+Green+Blue) = 150+147+3=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #969303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969303 is #696CFC. Grayscale: #848484. Windows color (decimal): -6909181 or 234390. OLE color: 234390.

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

Color convert

RGB 150 147 3 -
CMYK 0 0.02 0.98 0.41
HSL 58.78º 0.96% 0.3% -
HSV(B) 58.78º 0.98% 0.59% -
XYZ 23.03 27.36 4.15 -
YUV 131.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 150 147 3 0 0.02 0.98 0.41 58.78 0.96 0.3
Hex 96 93 3 0 2 62 29 3B 60 1E
Octal 226 223 3 0 2 142 51 73 140 36
Binary 10010110 10010011 11 0 10 1100010 101001 111011 1100000 11110

Color Harmonies of #969303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969303

Black with #969303

Text Example


Text Example

White with #969303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969303; }

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

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

background-color css

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

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

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

border-color css

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

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

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