Html Css Color HEX #748604 Olive

📋 copy color: '#748604'

red 116 ◦ green 134 ◦ blue 4

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

Shades of Olive #748604

Tints of Olive #748604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 45.67%
G = 52.76%
B = 1.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#748604 (or 0x748604) is known color: Olive. HEX triplet: 74, 86 and 04. RGB value is (116,134,4). Sum of RGB (Red+Green+Blue) = 116+134+4=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #748604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748604 is #8B79FB. Grayscale: #727272. Windows color (decimal): -9140732 or 296564. OLE color: 296564.

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

Color convert

RGB 116 134 4 -
CMYK 0.13 0 0.97 0.47
HSL 68.31º 0.94% 0.27% -
HSV(B) 68.31º 0.97% 0.53% -
XYZ 15.75 20.77 3.29 -
YUV 113.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 116 134 4 0.13 0 0.97 0.47 68.31 0.94 0.27
Hex 74 86 4 D 0 61 2F 44 5E 1B
Octal 164 206 4 15 0 141 57 104 136 33
Binary 1110100 10000110 100 1101 0 1100001 101111 1000100 1011110 11011

Color Harmonies of #748604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748604

Black with #748604

Text Example


Text Example

White with #748604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748604; }

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

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

background-color css

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

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

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

border-color css

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

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

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