Html Css Color HEX #917C00 Olive

📋 copy color: '#917C00'

red 145 ◦ green 124 ◦ blue 0

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

Shades of Olive #917C00

Tints of Olive #917C00

RGB

 RED value IS 145 (57.03% from 255) = 53.9%

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

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

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#917C00 (or 0x917C00) is known color: Olive. HEX triplet: 91, 7C and 00. RGB value is (145,124,0). Sum of RGB (Red+Green+Blue) = 145+124+0=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #917C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C00 is #6E83FF. Grayscale: #747474. Windows color (decimal): -7242752 or 31889. OLE color: 31889.

HSL color Cylindrical-coordinate representation of color #917C00: hue angle of 51.31º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #917C00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 124 0 -
CMYK 0 0.14 1 0.43
HSL 51.31º 1% 0.28% -
HSV(B) 51.31º 1% 0.57% -
XYZ 18.88 20.44 2.95 -
YUV 116.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 145 124 0 0 0.14 1 0.43 51.31 1 0.28
Hex 91 7C 0 0 E 64 2B 33 64 1C
Octal 221 174 0 0 16 144 53 63 144 34
Binary 10010001 1111100 0 0 1110 1100100 101011 110011 1100100 11100

Color Harmonies of #917C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C00

Black with #917C00

Text Example


Text Example

White with #917C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917C00; }

 p { color: rgb(145,124,0); }

 H1.HeaderClassName
 {
   color: #917C00;
 }
 .AnyTagClassName
 {
   color: #917C00;
 }
</style>

background-color css

<style>
 a { background-color: #917C00; }

 a { background-color: rgb(145,124,0); }

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

border-color css

<style>
 span { border-color: #917C00; }

 span { border-color: rgb(145,124,0); }

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