Html Css Color HEX #948908 Olive

📋 copy color: '#948908'

red 148 ◦ green 137 ◦ blue 8

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

Shades of Olive #948908

Tints of Olive #948908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 50.51%
G = 46.76%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#948908 (or 0x948908) is known color: Olive. HEX triplet: 94, 89 and 08. RGB value is (148,137,8). Sum of RGB (Red+Green+Blue) = 148+137+8=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #948908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948908 is #6B76F7. Grayscale: #7E7E7E. Windows color (decimal): -7042808 or 559508. OLE color: 559508.

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

Color convert

RGB 148 137 8 -
CMYK 0 0.07 0.95 0.42
HSL 55.29º 0.9% 0.31% -
HSV(B) 55.29º 0.95% 0.58% -
XYZ 21.2 24.2 3.78 -
YUV 125.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 148 137 8 0 0.07 0.95 0.42 55.29 0.9 0.31
Hex 94 89 8 0 7 5F 2A 37 5A 1F
Octal 224 211 10 0 7 137 52 67 132 37
Binary 10010100 10001001 1000 0 111 1011111 101010 110111 1011010 11111

Color Harmonies of #948908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948908

Black with #948908

Text Example


Text Example

White with #948908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948908; }

 p { color: rgb(148,137,8); }

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

background-color css

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

 a { background-color: rgb(148,137,8); }

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

border-color css

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

 span { border-color: rgb(148,137,8); }

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