Html Css Color HEX #948909 Olive

📋 copy color: '#948909'

red 148 ◦ green 137 ◦ blue 9

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

Shades of Olive #948909

Tints of Olive #948909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 50.34%
G = 46.6%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#948909 (or 0x948909) is known color: Olive. HEX triplet: 94, 89 and 09. RGB value is (148,137,9). Sum of RGB (Red+Green+Blue) = 148+137+9=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #948909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948909 is #6B76F6. Grayscale: #7E7E7E. Windows color (decimal): -7042807 or 625044. OLE color: 625044.

HSL color Cylindrical-coordinate representation of color #948909: hue angle of 55.25º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #948909 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 9 -
CMYK 0 0.07 0.94 0.42
HSL 55.25º 0.89% 0.31% -
HSV(B) 55.25º 0.94% 0.58% -
XYZ 21.21 24.21 3.81 -
YUV 125.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 148 137 9 0 0.07 0.94 0.42 55.25 0.89 0.31
Hex 94 89 9 0 7 5E 2A 37 59 1F
Octal 224 211 11 0 7 136 52 67 131 37
Binary 10010100 10001001 1001 0 111 1011110 101010 110111 1011001 11111

Color Harmonies of #948909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948909

Black with #948909

Text Example


Text Example

White with #948909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948909; }

 p { color: rgb(148,137,9); }

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

background-color css

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

 a { background-color: rgb(148,137,9); }

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

border-color css

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

 span { border-color: rgb(148,137,9); }

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