Html Css Color HEX #948B06 Olive

📋 copy color: '#948B06'

red 148 ◦ green 139 ◦ blue 6

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

Shades of Olive #948B06

Tints of Olive #948B06

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

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

R = 50.51%
G = 47.44%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#948B06 (or 0x948B06) is known color: Olive. HEX triplet: 94, 8B and 06. RGB value is (148,139,6). Sum of RGB (Red+Green+Blue) = 148+139+6=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #948B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948B06 is #6B74F9. Grayscale: #7F7F7F. Windows color (decimal): -7042298 or 428948. OLE color: 428948.

HSL color Cylindrical-coordinate representation of color #948B06: hue angle of 56.2º 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 #948B06 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 6 -
CMYK 0 0.06 0.96 0.42
HSL 56.2º 0.92% 0.3% -
HSV(B) 56.2º 0.96% 0.58% -
XYZ 21.48 24.77 3.82 -
YUV 126.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 148 139 6 0 0.06 0.96 0.42 56.2 0.92 0.3
Hex 94 8B 6 0 6 60 2A 38 5C 1E
Octal 224 213 6 0 6 140 52 70 134 36
Binary 10010100 10001011 110 0 110 1100000 101010 111000 1011100 11110

Color Harmonies of #948B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B06

Black with #948B06

Text Example


Text Example

White with #948B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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