Html Css Color HEX #968D03 Olive

📋 copy color: '#968D03'

red 150 ◦ green 141 ◦ blue 3

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

Shades of Olive #968D03

Tints of Olive #968D03

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.96%

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

R = 51.02%
G = 47.96%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#968D03 (or 0x968D03) is known color: Olive. HEX triplet: 96, 8D and 03. RGB value is (150,141,3). Sum of RGB (Red+Green+Blue) = 150+141+3=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #968D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D03 is #6972FC. Grayscale: #808080. Windows color (decimal): -6910717 or 232854. OLE color: 232854.

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

Color convert

RGB 150 141 3 -
CMYK 0 0.06 0.98 0.41
HSL 56.33º 0.96% 0.3% -
HSV(B) 56.33º 0.98% 0.59% -
XYZ 22.12 25.54 3.85 -
YUV 127.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 150 141 3 0 0.06 0.98 0.41 56.33 0.96 0.3
Hex 96 8D 3 0 6 62 29 38 60 1E
Octal 226 215 3 0 6 142 51 70 140 36
Binary 10010110 10001101 11 0 110 1100010 101001 111000 1100000 11110

Color Harmonies of #968D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D03

Black with #968D03

Text Example


Text Example

White with #968D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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