Html Css Color HEX #948F09 Olive

📋 copy color: '#948F09'

red 148 ◦ green 143 ◦ blue 9

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

Shades of Olive #948F09

Tints of Olive #948F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.67%

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

R = 49.33%
G = 47.67%
B = 3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#948F09 (or 0x948F09) is known color: Olive. HEX triplet: 94, 8F and 09. RGB value is (148,143,9). Sum of RGB (Red+Green+Blue) = 148+143+9=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F09 is #6B70F6. Grayscale: #818181. Windows color (decimal): -7041271 or 626580. OLE color: 626580.

HSL color Cylindrical-coordinate representation of color #948F09: hue angle of 57.84º 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 #948F09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 9 -
CMYK 0 0.03 0.94 0.42
HSL 57.84º 0.89% 0.31% -
HSV(B) 57.84º 0.94% 0.58% -
XYZ 22.08 25.96 4.11 -
YUV 129.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 148 143 9 0 0.03 0.94 0.42 57.84 0.89 0.31
Hex 94 8F 9 0 3 5E 2A 3A 59 1F
Octal 224 217 11 0 3 136 52 72 131 37
Binary 10010100 10001111 1001 0 11 1011110 101010 111010 1011001 11111

Color Harmonies of #948F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F09

Black with #948F09

Text Example


Text Example

White with #948F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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