Html Css Color HEX #948C0A Olive

📋 copy color: '#948C0A'

red 148 ◦ green 140 ◦ blue 10

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

Shades of Olive #948C0A

Tints of Olive #948C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.98%

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

R = 49.66%
G = 46.98%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#948C0A (or 0x948C0A) is known color: Olive. HEX triplet: 94, 8C and 0A. RGB value is (148,140,10). Sum of RGB (Red+Green+Blue) = 148+140+10=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #948C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C0A is #6B73F5. Grayscale: #808080. Windows color (decimal): -7042038 or 691348. OLE color: 691348.

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

Color convert

RGB 148 140 10 -
CMYK 0 0.05 0.93 0.42
HSL 56.52º 0.87% 0.31% -
HSV(B) 56.52º 0.93% 0.58% -
XYZ 21.65 25.07 3.99 -
YUV 127.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 148 140 10 0 0.05 0.93 0.42 56.52 0.87 0.31
Hex 94 8C A 0 5 5D 2A 39 57 1F
Octal 224 214 12 0 5 135 52 71 127 37
Binary 10010100 10001100 1010 0 101 1011101 101010 111001 1010111 11111

Color Harmonies of #948C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C0A

Black with #948C0A

Text Example


Text Example

White with #948C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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