Html Css Color HEX #948A0E Olive

📋 copy color: '#948A0E'

red 148 ◦ green 138 ◦ blue 14

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

Shades of Olive #948A0E

Tints of Olive #948A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 49.33%
G = 46%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#948A0E (or 0x948A0E) is known color: Olive. HEX triplet: 94, 8A and 0E. RGB value is (148,138,14). Sum of RGB (Red+Green+Blue) = 148+138+14=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948A0E is #6B75F1. Grayscale: #7F7F7F. Windows color (decimal): -7042546 or 952980. OLE color: 952980.

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

Color convert

RGB 148 138 14 -
CMYK 0 0.07 0.91 0.42
HSL 55.52º 0.83% 0.32% -
HSV(B) 55.52º 0.91% 0.58% -
XYZ 21.38 24.5 4.02 -
YUV 126.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 148 138 14 0 0.07 0.91 0.42 55.52 0.83 0.32
Hex 94 8A E 0 7 5B 2A 38 53 20
Octal 224 212 16 0 7 133 52 70 123 40
Binary 10010100 10001010 1110 0 111 1011011 101010 111000 1010011 100000

Color Harmonies of #948A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A0E

Black with #948A0E

Text Example


Text Example

White with #948A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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