Html Css Color HEX #948804 Olive

📋 copy color: '#948804'

red 148 ◦ green 136 ◦ blue 4

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

Shades of Olive #948804

Tints of Olive #948804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 51.39%
G = 47.22%
B = 1.39%

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

#948804 (or 0x948804) is known color: Olive. HEX triplet: 94, 88 and 04. RGB value is (148,136,4). Sum of RGB (Red+Green+Blue) = 148+136+4=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #948804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948804 is #6B77FB. Grayscale: #7D7D7D. Windows color (decimal): -7043068 or 297108. OLE color: 297108.

HSL color Cylindrical-coordinate representation of color #948804: hue angle of 55º degrees, saturation: 0.95, 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 #948804 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 4 -
CMYK 0 0.08 0.97 0.42
HSL 55º 0.95% 0.3% -
HSV(B) 55º 0.97% 0.58% -
XYZ 21.04 23.91 3.62 -
YUV 124.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 148 136 4 0 0.08 0.97 0.42 55 0.95 0.3
Hex 94 88 4 0 8 61 2A 37 5F 1E
Octal 224 210 4 0 10 141 52 67 137 36
Binary 10010100 10001000 100 0 1000 1100001 101010 110111 1011111 11110

Color Harmonies of #948804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948804

Black with #948804

Text Example


Text Example

White with #948804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948804; }

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

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

background-color css

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

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

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

border-color css

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

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

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