Html Css Color HEX #948805 Olive

📋 copy color: '#948805'

red 148 ◦ green 136 ◦ blue 5

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

Shades of Olive #948805

Tints of Olive #948805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 51.21%
G = 47.06%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#948805 (or 0x948805) is known color: Olive. HEX triplet: 94, 88 and 05. RGB value is (148,136,5). Sum of RGB (Red+Green+Blue) = 148+136+5=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #948805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948805 is #6B77FA. Grayscale: #7D7D7D. Windows color (decimal): -7043067 or 362644. OLE color: 362644.

HSL color Cylindrical-coordinate representation of color #948805: hue angle of 54.97º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #948805 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 5 -
CMYK 0 0.08 0.97 0.42
HSL 54.97º 0.93% 0.3% -
HSV(B) 54.97º 0.97% 0.58% -
XYZ 21.04 23.92 3.65 -
YUV 124.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 148 136 5 0 0.08 0.97 0.42 54.97 0.93 0.3
Hex 94 88 5 0 8 61 2A 37 5D 1E
Octal 224 210 5 0 10 141 52 67 135 36
Binary 10010100 10001000 101 0 1000 1100001 101010 110111 1011101 11110

Color Harmonies of #948805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948805

Black with #948805

Text Example


Text Example

White with #948805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948805; }

 p { color: rgb(148,136,5); }

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

background-color css

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

 a { background-color: rgb(148,136,5); }

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

border-color css

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

 span { border-color: rgb(148,136,5); }

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