Html Css Color HEX #947D01 Olive

📋 copy color: '#947D01'

red 148 ◦ green 125 ◦ blue 1

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

Shades of Olive #947D01

Tints of Olive #947D01

RGB

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

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

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

R = 54.01%
G = 45.62%
B = 0.36%

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

#947D01 (or 0x947D01) is known color: Olive. HEX triplet: 94, 7D and 01. RGB value is (148,125,1). Sum of RGB (Red+Green+Blue) = 148+125+1=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #947D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D01 is #6B82FE. Grayscale: #767676. Windows color (decimal): -7045887 or 97684. OLE color: 97684.

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

Color convert

RGB 148 125 1 -
CMYK 0 0.16 0.99 0.42
HSL 50.61º 0.99% 0.29% -
HSV(B) 50.61º 0.99% 0.58% -
XYZ 19.55 20.97 3.04 -
YUV 117.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 148 125 1 0 0.16 0.99 0.42 50.61 0.99 0.29
Hex 94 7D 1 0 10 63 2A 33 63 1D
Octal 224 175 1 0 20 143 52 63 143 35
Binary 10010100 1111101 1 0 10000 1100011 101010 110011 1100011 11101

Color Harmonies of #947D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D01

Black with #947D01

Text Example


Text Example

White with #947D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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