Html Css Color HEX #949006 Olive

📋 copy color: '#949006'

red 148 ◦ green 144 ◦ blue 6

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

Shades of Olive #949006

Tints of Olive #949006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 49.66%
G = 48.32%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#949006 (or 0x949006) is known color: Olive. HEX triplet: 94, 90 and 06. RGB value is (148,144,6). Sum of RGB (Red+Green+Blue) = 148+144+6=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #949006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949006 is #6B6FF9. Grayscale: #828282. Windows color (decimal): -7041018 or 430228. OLE color: 430228.

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

Color convert

RGB 148 144 6 -
CMYK 0 0.03 0.96 0.42
HSL 58.31º 0.92% 0.3% -
HSV(B) 58.31º 0.96% 0.58% -
XYZ 22.22 26.26 4.07 -
YUV 129.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 148 144 6 0 0.03 0.96 0.42 58.31 0.92 0.3
Hex 94 90 6 0 3 60 2A 3A 5C 1E
Octal 224 220 6 0 3 140 52 72 134 36
Binary 10010100 10010000 110 0 11 1100000 101010 111010 1011100 11110

Color Harmonies of #949006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949006

Black with #949006

Text Example


Text Example

White with #949006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949006; }

 p { color: rgb(148,144,6); }

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

background-color css

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

 a { background-color: rgb(148,144,6); }

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

border-color css

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

 span { border-color: rgb(148,144,6); }

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