Html Css Color HEX #949001 Olive

📋 copy color: '#949001'

red 148 ◦ green 144 ◦ blue 1

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

Shades of Olive #949001

Tints of Olive #949001

RGB

 RED value IS 148 (58.2% from 255) = 50.51%

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 50.51%
G = 49.15%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#949001 (or 0x949001) is known color: Olive. HEX triplet: 94, 90 and 01. RGB value is (148,144,1). Sum of RGB (Red+Green+Blue) = 148+144+1=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #949001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949001 is #6B6FFE. Grayscale: #818181. Windows color (decimal): -7041023 or 102548. OLE color: 102548.

HSL color Cylindrical-coordinate representation of color #949001: hue angle of 58.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #949001 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 1 -
CMYK 0 0.03 0.99 0.42
HSL 58.37º 0.99% 0.29% -
HSV(B) 58.37º 0.99% 0.58% -
XYZ 22.19 26.24 3.92 -
YUV 128.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 148 144 1 0 0.03 0.99 0.42 58.37 0.99 0.29
Hex 94 90 1 0 3 63 2A 3A 63 1D
Octal 224 220 1 0 3 143 52 72 143 35
Binary 10010100 10010000 1 0 11 1100011 101010 111010 1100011 11101

Color Harmonies of #949001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949001

Black with #949001

Text Example


Text Example

White with #949001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949001; }

 p { color: rgb(148,144,1); }

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

background-color css

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

 a { background-color: rgb(148,144,1); }

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

border-color css

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

 span { border-color: rgb(148,144,1); }

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