Html Css Color HEX #748704 Olive

📋 copy color: '#748704'

red 116 ◦ green 135 ◦ blue 4

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

Shades of Olive #748704

Tints of Olive #748704

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

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

R = 45.49%
G = 52.94%
B = 1.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#748704 (or 0x748704) is known color: Olive. HEX triplet: 74, 87 and 04. RGB value is (116,135,4). Sum of RGB (Red+Green+Blue) = 116+135+4=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #748704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748704 is #8B78FB. Grayscale: #727272. Windows color (decimal): -9140476 or 296820. OLE color: 296820.

HSL color Cylindrical-coordinate representation of color #748704: hue angle of 68.7º 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 #748704 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 4 -
CMYK 0.14 0 0.97 0.47
HSL 68.7º 0.94% 0.27% -
HSV(B) 68.7º 0.97% 0.53% -
XYZ 15.89 21.05 3.34 -
YUV 114.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 116 135 4 0.14 0 0.97 0.47 68.7 0.94 0.27
Hex 74 87 4 E 0 61 2F 45 5E 1B
Octal 164 207 4 16 0 141 57 105 136 33
Binary 1110100 10000111 100 1110 0 1100001 101111 1000101 1011110 11011

Color Harmonies of #748704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748704

Black with #748704

Text Example


Text Example

White with #748704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748704; }

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

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

background-color css

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

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

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

border-color css

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

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

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