Html Css Color HEX #948F00 Olive

📋 copy color: '#948F00'

red 148 ◦ green 143 ◦ blue 0

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

Shades of Olive #948F00

Tints of Olive #948F00

RGB

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

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

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

R = 50.86%
G = 49.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#948F00 (or 0x948F00) is known color: Olive. HEX triplet: 94, 8F and 00. RGB value is (148,143,0). Sum of RGB (Red+Green+Blue) = 148+143+0=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #948F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F00 is #6B70FF. Grayscale: #808080. Windows color (decimal): -7041280 or 36756. OLE color: 36756.

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

Color convert

RGB 148 143 0 -
CMYK 0 0.03 1 0.42
HSL 57.97º 1% 0.29% -
HSV(B) 57.97º 1% 0.58% -
XYZ 22.04 25.94 3.85 -
YUV 128.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 148 143 0 0 0.03 1 0.42 57.97 1 0.29
Hex 94 8F 0 0 3 64 2A 3A 64 1D
Octal 224 217 0 0 3 144 52 72 144 35
Binary 10010100 10001111 0 0 11 1100100 101010 111010 1100100 11101

Color Harmonies of #948F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F00

Black with #948F00

Text Example


Text Example

White with #948F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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