Html Css Color HEX #947A00 Olive

📋 copy color: '#947A00'

red 148 ◦ green 122 ◦ blue 0

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

Shades of Olive #947A00

Tints of Olive #947A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.81%
G = 45.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#947A00 (or 0x947A00) is known color: Olive. HEX triplet: 94, 7A and 00. RGB value is (148,122,0). Sum of RGB (Red+Green+Blue) = 148+122+0=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #947A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A00 is #6B85FF. Grayscale: #747474. Windows color (decimal): -7046656 or 31380. OLE color: 31380.

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

Color convert

RGB 148 122 0 -
CMYK 0 0.18 1 0.42
HSL 49.46º 1% 0.29% -
HSV(B) 49.46º 1% 0.58% -
XYZ 19.17 20.21 2.89 -
YUV 115.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 148 122 0 0 0.18 1 0.42 49.46 1 0.29
Hex 94 7A 0 0 12 64 2A 31 64 1D
Octal 224 172 0 0 22 144 52 61 144 35
Binary 10010100 1111010 0 0 10010 1100100 101010 110001 1100100 11101

Color Harmonies of #947A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A00

Black with #947A00

Text Example


Text Example

White with #947A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,0); }

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

background-color css

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

 a { background-color: rgb(148,122,0); }

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

border-color css

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

 span { border-color: rgb(148,122,0); }

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