Html Css Color HEX #949604 Olive

📋 copy color: '#949604'

red 148 ◦ green 150 ◦ blue 4

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

Shades of Olive #949604

Tints of Olive #949604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 49.01%
G = 49.67%
B = 1.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#949604 (or 0x949604) is known color: Olive. HEX triplet: 94, 96 and 04. RGB value is (148,150,4). Sum of RGB (Red+Green+Blue) = 148+150+4=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #949604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949604 is #6B69FB. Grayscale: #858585. Windows color (decimal): -7039484 or 300692. OLE color: 300692.

HSL color Cylindrical-coordinate representation of color #949604: hue angle of 60.82º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949604 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 4 -
CMYK 0.01 0 0.97 0.41
HSL 60.82º 0.95% 0.3% -
HSV(B) 60.82º 0.97% 0.59% -
XYZ 23.14 28.12 4.32 -
YUV 132.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 148 150 4 0.01 0 0.97 0.41 60.82 0.95 0.3
Hex 94 96 4 1 0 61 29 3D 5F 1E
Octal 224 226 4 1 0 141 51 75 137 36
Binary 10010100 10010110 100 1 0 1100001 101001 111101 1011111 11110

Color Harmonies of #949604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949604

Black with #949604

Text Example


Text Example

White with #949604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949604; }

 p { color: rgb(148,150,4); }

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

background-color css

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

 a { background-color: rgb(148,150,4); }

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

border-color css

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

 span { border-color: rgb(148,150,4); }

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