Html Css Color HEX #947C05 Olive

📋 copy color: '#947C05'

red 148 ◦ green 124 ◦ blue 5

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

Shades of Olive #947C05

Tints of Olive #947C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 53.43%
G = 44.77%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#947C05 (or 0x947C05) is known color: Olive. HEX triplet: 94, 7C and 05. RGB value is (148,124,5). Sum of RGB (Red+Green+Blue) = 148+124+5=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #947C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C05 is #6B83FA. Grayscale: #767676. Windows color (decimal): -7046139 or 359572. OLE color: 359572.

HSL color Cylindrical-coordinate representation of color #947C05: hue angle of 49.93º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947C05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 5 -
CMYK 0 0.16 0.97 0.42
HSL 49.93º 0.93% 0.3% -
HSV(B) 49.93º 0.97% 0.58% -
XYZ 19.45 20.72 3.12 -
YUV 117.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 148 124 5 0 0.16 0.97 0.42 49.93 0.93 0.3
Hex 94 7C 5 0 10 61 2A 32 5D 1E
Octal 224 174 5 0 20 141 52 62 135 36
Binary 10010100 1111100 101 0 10000 1100001 101010 110010 1011101 11110

Color Harmonies of #947C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C05

Black with #947C05

Text Example


Text Example

White with #947C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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