Html Css Color HEX #748504 Olive

📋 copy color: '#748504'

red 116 ◦ green 133 ◦ blue 4

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

Shades of Olive #748504

Tints of Olive #748504

RGB

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

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

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

R = 45.85%
G = 52.57%
B = 1.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#748504 (or 0x748504) is known color: Olive. HEX triplet: 74, 85 and 04. RGB value is (116,133,4). Sum of RGB (Red+Green+Blue) = 116+133+4=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #748504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748504 is #8B7AFB. Grayscale: #717171. Windows color (decimal): -9140988 or 296308. OLE color: 296308.

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

Color convert

RGB 116 133 4 -
CMYK 0.13 0 0.97 0.48
HSL 67.91º 0.94% 0.27% -
HSV(B) 67.91º 0.97% 0.52% -
XYZ 15.61 20.5 3.25 -
YUV 113.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 116 133 4 0.13 0 0.97 0.48 67.91 0.94 0.27
Hex 74 85 4 D 0 61 30 44 5E 1B
Octal 164 205 4 15 0 141 60 104 136 33
Binary 1110100 10000101 100 1101 0 1100001 110000 1000100 1011110 11011

Color Harmonies of #748504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748504

Black with #748504

Text Example


Text Example

White with #748504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748504; }

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

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

background-color css

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

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

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

border-color css

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

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

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