Html Css Color HEX #948A0D Olive

📋 copy color: '#948A0D'

red 148 ◦ green 138 ◦ blue 13

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

Shades of Olive #948A0D

Tints of Olive #948A0D

RGB

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

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

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

R = 49.5%
G = 46.15%
B = 4.35%

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

#948A0D (or 0x948A0D) is known color: Olive. HEX triplet: 94, 8A and 0D. RGB value is (148,138,13). Sum of RGB (Red+Green+Blue) = 148+138+13=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #948A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948A0D is #6B75F2. Grayscale: #7F7F7F. Windows color (decimal): -7042547 or 887444. OLE color: 887444.

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

Color convert

RGB 148 138 13 -
CMYK 0 0.07 0.91 0.42
HSL 55.56º 0.84% 0.32% -
HSV(B) 55.56º 0.91% 0.58% -
XYZ 21.37 24.5 3.98 -
YUV 126.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 148 138 13 0 0.07 0.91 0.42 55.56 0.84 0.32
Hex 94 8A D 0 7 5B 2A 38 54 20
Octal 224 212 15 0 7 133 52 70 124 40
Binary 10010100 10001010 1101 0 111 1011011 101010 111000 1010100 100000

Color Harmonies of #948A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A0D

Black with #948A0D

Text Example


Text Example

White with #948A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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