Html Css Color HEX #748508 Olive

📋 copy color: '#748508'

red 116 ◦ green 133 ◦ blue 8

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

Shades of Olive #748508

Tints of Olive #748508

RGB

 RED value IS 116 (45.7% from 255) = 45.14%

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 45.14%
G = 51.75%
B = 3.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#748508 (or 0x748508) is known color: Olive. HEX triplet: 74, 85 and 08. RGB value is (116,133,8). Sum of RGB (Red+Green+Blue) = 116+133+8=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #748508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748508 is #8B7AF7. Grayscale: #727272. Windows color (decimal): -9140984 or 558452. OLE color: 558452.

HSL color Cylindrical-coordinate representation of color #748508: hue angle of 68.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748508 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 8 -
CMYK 0.13 0 0.94 0.48
HSL 68.16º 0.89% 0.28% -
HSV(B) 68.16º 0.94% 0.52% -
XYZ 15.63 20.51 3.36 -
YUV 113.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 116 133 8 0.13 0 0.94 0.48 68.16 0.89 0.28
Hex 74 85 8 D 0 5E 30 44 59 1C
Octal 164 205 10 15 0 136 60 104 131 34
Binary 1110100 10000101 1000 1101 0 1011110 110000 1000100 1011001 11100

Color Harmonies of #748508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748508

Black with #748508

Text Example


Text Example

White with #748508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748508; }

 p { color: rgb(116,133,8); }

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

background-color css

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

 a { background-color: rgb(116,133,8); }

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

border-color css

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

 span { border-color: rgb(116,133,8); }

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