Html Css Color HEX #948007 Olive

📋 copy color: '#948007'

red 148 ◦ green 128 ◦ blue 7

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

Shades of Olive #948007

Tints of Olive #948007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 7 (3.13% from 255) = 2.47%

R = 52.3%
G = 45.23%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#948007 (or 0x948007) is known color: Olive. HEX triplet: 94, 80 and 07. RGB value is (148,128,7). Sum of RGB (Red+Green+Blue) = 148+128+7=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #948007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948007 is #6B7FF8. Grayscale: #787878. Windows color (decimal): -7045113 or 491668. OLE color: 491668.

HSL color Cylindrical-coordinate representation of color #948007: hue angle of 51.49º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #948007 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 7 -
CMYK 0 0.14 0.95 0.42
HSL 51.49º 0.91% 0.3% -
HSV(B) 51.49º 0.95% 0.58% -
XYZ 19.97 21.75 3.35 -
YUV 120.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 148 128 7 0 0.14 0.95 0.42 51.49 0.91 0.3
Hex 94 80 7 0 E 5F 2A 33 5B 1E
Octal 224 200 7 0 16 137 52 63 133 36
Binary 10010100 10000000 111 0 1110 1011111 101010 110011 1011011 11110

Color Harmonies of #948007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948007

Black with #948007

Text Example


Text Example

White with #948007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948007; }

 p { color: rgb(148,128,7); }

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

background-color css

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

 a { background-color: rgb(148,128,7); }

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

border-color css

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

 span { border-color: rgb(148,128,7); }

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