Html Css Color HEX #919001 Olive

📋 copy color: '#919001'

red 145 ◦ green 144 ◦ blue 1

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

Shades of Olive #919001

Tints of Olive #919001

RGB

 RED value IS 145 (57.03% from 255) = 50%

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

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

R = 50%
G = 49.66%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#919001 (or 0x919001) is known color: Olive. HEX triplet: 91, 90 and 01. RGB value is (145,144,1). Sum of RGB (Red+Green+Blue) = 145+144+1=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #919001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919001 is #6E6FFE. Grayscale: #808080. Windows color (decimal): -7237631 or 102545. OLE color: 102545.

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

Color convert

RGB 145 144 1 -
CMYK 0 0.01 0.99 0.43
HSL 59.58º 0.99% 0.29% -
HSV(B) 59.58º 0.99% 0.57% -
XYZ 21.66 25.97 3.9 -
YUV 128 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 145 144 1 0 0.01 0.99 0.43 59.58 0.99 0.29
Hex 91 90 1 0 1 63 2B 3C 63 1D
Octal 221 220 1 0 1 143 53 74 143 35
Binary 10010001 10010000 1 0 1 1100011 101011 111100 1100011 11101

Color Harmonies of #919001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919001

Black with #919001

Text Example


Text Example

White with #919001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919001; }

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

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

background-color css

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

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

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

border-color css

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

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

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