Html Css Color HEX #947D00 Olive

📋 copy color: '#947D00'

red 148 ◦ green 125 ◦ blue 0

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

Shades of Olive #947D00

Tints of Olive #947D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

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

R = 54.21%
G = 45.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#947D00 (or 0x947D00) is known color: Olive. HEX triplet: 94, 7D and 00. RGB value is (148,125,0). Sum of RGB (Red+Green+Blue) = 148+125+0=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #947D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D00 is #6B82FF. Grayscale: #767676. Windows color (decimal): -7045888 or 32148. OLE color: 32148.

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

Color convert

RGB 148 125 0 -
CMYK 0 0.16 1 0.42
HSL 50.68º 1% 0.29% -
HSV(B) 50.68º 1% 0.58% -
XYZ 19.55 20.96 3.02 -
YUV 117.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 148 125 0 0 0.16 1 0.42 50.68 1 0.29
Hex 94 7D 0 0 10 64 2A 33 64 1D
Octal 224 175 0 0 20 144 52 63 144 35
Binary 10010100 1111101 0 0 10000 1100100 101010 110011 1100100 11101

Color Harmonies of #947D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D00

Black with #947D00

Text Example


Text Example

White with #947D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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