Html Css Color HEX #909401 Olive

📋 copy color: '#909401'

red 144 ◦ green 148 ◦ blue 1

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

Shades of Olive #909401

Tints of Olive #909401

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #909401: hue angle of 61.63º 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 #909401 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 1 -
CMYK 0.03 0 0.99 0.42
HSL 61.63º 0.99% 0.29% -
HSV(B) 61.63º 0.99% 0.58% -
XYZ 22.1 27.11 4.1 -
YUV 130.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 144 148 1 0.03 0 0.99 0.42 61.63 0.99 0.29
Hex 90 94 1 3 0 63 2A 3E 63 1D
Octal 220 224 1 3 0 143 52 76 143 35
Binary 10010000 10010100 1 11 0 1100011 101010 111110 1100011 11101

Color Harmonies of #909401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909401

Black with #909401

Text Example


Text Example

White with #909401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909401; }

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

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

background-color css

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

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

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

border-color css

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

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

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