Html Css Color HEX #948F08 Olive

📋 copy color: '#948F08'

red 148 ◦ green 143 ◦ blue 8

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

Shades of Olive #948F08

Tints of Olive #948F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 49.5%
G = 47.83%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#948F08 (or 0x948F08) is known color: Olive. HEX triplet: 94, 8F and 08. RGB value is (148,143,8). Sum of RGB (Red+Green+Blue) = 148+143+8=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #948F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F08 is #6B70F7. Grayscale: #818181. Windows color (decimal): -7041272 or 561044. OLE color: 561044.

HSL color Cylindrical-coordinate representation of color #948F08: hue angle of 57.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #948F08 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 8 -
CMYK 0 0.03 0.95 0.42
HSL 57.86º 0.9% 0.31% -
HSV(B) 57.86º 0.95% 0.58% -
XYZ 22.08 25.96 4.08 -
YUV 129.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 148 143 8 0 0.03 0.95 0.42 57.86 0.9 0.31
Hex 94 8F 8 0 3 5F 2A 3A 5A 1F
Octal 224 217 10 0 3 137 52 72 132 37
Binary 10010100 10001111 1000 0 11 1011111 101010 111010 1011010 11111

Color Harmonies of #948F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F08

Black with #948F08

Text Example


Text Example

White with #948F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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