Html Css Color HEX #948B0D Olive

📋 copy color: '#948B0D'

red 148 ◦ green 139 ◦ blue 13

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

Shades of Olive #948B0D

Tints of Olive #948B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.33%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 49.33%
G = 46.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#948B0D (or 0x948B0D) is known color: Olive. HEX triplet: 94, 8B and 0D. RGB value is (148,139,13). Sum of RGB (Red+Green+Blue) = 148+139+13=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948B0D is #6B74F2. Grayscale: #7F7F7F. Windows color (decimal): -7042291 or 887700. OLE color: 887700.

HSL color Cylindrical-coordinate representation of color #948B0D: hue angle of 56º degrees, saturation: 0.84, 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 #948B0D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 13 -
CMYK 0 0.06 0.91 0.42
HSL 56º 0.84% 0.32% -
HSV(B) 56º 0.91% 0.58% -
XYZ 21.52 24.79 4.03 -
YUV 127.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 148 139 13 0 0.06 0.91 0.42 56 0.84 0.32
Hex 94 8B D 0 6 5B 2A 38 54 20
Octal 224 213 15 0 6 133 52 70 124 40
Binary 10010100 10001011 1101 0 110 1011011 101010 111000 1010100 100000

Color Harmonies of #948B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B0D

Black with #948B0D

Text Example


Text Example

White with #948B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,13); }

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

background-color css

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

 a { background-color: rgb(148,139,13); }

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

border-color css

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

 span { border-color: rgb(148,139,13); }

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