Html Css Color HEX #947C01 Olive

📋 copy color: '#947C01'

red 148 ◦ green 124 ◦ blue 1

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

Shades of Olive #947C01

Tints of Olive #947C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

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

R = 54.21%
G = 45.42%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947C01 (or 0x947C01) is known color: Olive. HEX triplet: 94, 7C and 01. RGB value is (148,124,1). Sum of RGB (Red+Green+Blue) = 148+124+1=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #947C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C01 is #6B83FE. Grayscale: #757575. Windows color (decimal): -7046143 or 97428. OLE color: 97428.

HSL color Cylindrical-coordinate representation of color #947C01: hue angle of 50.2º 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 #947C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 1 -
CMYK 0 0.16 0.99 0.42
HSL 50.2º 0.99% 0.29% -
HSV(B) 50.2º 0.99% 0.58% -
XYZ 19.43 20.71 3 -
YUV 117.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 148 124 1 0 0.16 0.99 0.42 50.2 0.99 0.29
Hex 94 7C 1 0 10 63 2A 32 63 1D
Octal 224 174 1 0 20 143 52 62 143 35
Binary 10010100 1111100 1 0 10000 1100011 101010 110010 1100011 11101

Color Harmonies of #947C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C01

Black with #947C01

Text Example


Text Example

White with #947C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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