Html Css Color HEX #948A04 Olive

📋 copy color: '#948A04'

red 148 ◦ green 138 ◦ blue 4

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

Shades of Olive #948A04

Tints of Olive #948A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.59%

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

R = 51.03%
G = 47.59%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#948A04 (or 0x948A04) is known color: Olive. HEX triplet: 94, 8A and 04. RGB value is (148,138,4). Sum of RGB (Red+Green+Blue) = 148+138+4=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #948A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948A04 is #6B75FB. Grayscale: #7E7E7E. Windows color (decimal): -7042556 or 297620. OLE color: 297620.

HSL color Cylindrical-coordinate representation of color #948A04: hue angle of 55.83º 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 #948A04 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 4 -
CMYK 0 0.07 0.97 0.42
HSL 55.83º 0.95% 0.3% -
HSV(B) 55.83º 0.97% 0.58% -
XYZ 21.32 24.48 3.72 -
YUV 125.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 148 138 4 0 0.07 0.97 0.42 55.83 0.95 0.3
Hex 94 8A 4 0 7 61 2A 38 5F 1E
Octal 224 212 4 0 7 141 52 70 137 36
Binary 10010100 10001010 100 0 111 1100001 101010 111000 1011111 11110

Color Harmonies of #948A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A04

Black with #948A04

Text Example


Text Example

White with #948A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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