Html Css Color HEX #948A0A Olive

📋 copy color: '#948A0A'

red 148 ◦ green 138 ◦ blue 10

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

Shades of Olive #948A0A

Tints of Olive #948A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 50%
G = 46.62%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#948A0A (or 0x948A0A) is known color: Olive. HEX triplet: 94, 8A and 0A. RGB value is (148,138,10). Sum of RGB (Red+Green+Blue) = 148+138+10=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #948A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948A0A is #6B75F5. Grayscale: #7E7E7E. Windows color (decimal): -7042550 or 690836. OLE color: 690836.

HSL color Cylindrical-coordinate representation of color #948A0A: hue angle of 55.65º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #948A0A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 10 -
CMYK 0 0.07 0.93 0.42
HSL 55.65º 0.87% 0.31% -
HSV(B) 55.65º 0.93% 0.58% -
XYZ 21.36 24.49 3.89 -
YUV 126.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 148 138 10 0 0.07 0.93 0.42 55.65 0.87 0.31
Hex 94 8A A 0 7 5D 2A 38 57 1F
Octal 224 212 12 0 7 135 52 70 127 37
Binary 10010100 10001010 1010 0 111 1011101 101010 111000 1010111 11111

Color Harmonies of #948A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A0A

Black with #948A0A

Text Example


Text Example

White with #948A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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