Html Css Color HEX #948C01 Olive

📋 copy color: '#948C01'

red 148 ◦ green 140 ◦ blue 1

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

Shades of Olive #948C01

Tints of Olive #948C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 51.21%
G = 48.44%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#948C01 (or 0x948C01) is known color: Olive. HEX triplet: 94, 8C and 01. RGB value is (148,140,1). Sum of RGB (Red+Green+Blue) = 148+140+1=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #948C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C01 is #6B73FE. Grayscale: #7F7F7F. Windows color (decimal): -7042047 or 101524. OLE color: 101524.

HSL color Cylindrical-coordinate representation of color #948C01: hue angle of 56.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #948C01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 1 -
CMYK 0 0.05 0.99 0.42
HSL 56.73º 0.99% 0.29% -
HSV(B) 56.73º 0.99% 0.58% -
XYZ 21.6 25.05 3.73 -
YUV 126.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 148 140 1 0 0.05 0.99 0.42 56.73 0.99 0.29
Hex 94 8C 1 0 5 63 2A 39 63 1D
Octal 224 214 1 0 5 143 52 71 143 35
Binary 10010100 10001100 1 0 101 1100011 101010 111001 1100011 11101

Color Harmonies of #948C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C01

Black with #948C01

Text Example


Text Example

White with #948C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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