Html Css Color HEX #748705 Olive

📋 copy color: '#748705'

red 116 ◦ green 135 ◦ blue 5

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

Shades of Olive #748705

Tints of Olive #748705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 45.31%
G = 52.73%
B = 1.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#748705 (or 0x748705) is known color: Olive. HEX triplet: 74, 87 and 05. RGB value is (116,135,5). Sum of RGB (Red+Green+Blue) = 116+135+5=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #748705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748705 is #8B78FA. Grayscale: #727272. Windows color (decimal): -9140475 or 362356. OLE color: 362356.

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

Color convert

RGB 116 135 5 -
CMYK 0.14 0 0.96 0.47
HSL 68.77º 0.93% 0.27% -
HSV(B) 68.77º 0.96% 0.53% -
XYZ 15.89 21.05 3.37 -
YUV 114.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 116 135 5 0.14 0 0.96 0.47 68.77 0.93 0.27
Hex 74 87 5 E 0 60 2F 45 5D 1B
Octal 164 207 5 16 0 140 57 105 135 33
Binary 1110100 10000111 101 1110 0 1100000 101111 1000101 1011101 11011

Color Harmonies of #748705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748705

Black with #748705

Text Example


Text Example

White with #748705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748705; }

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

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

background-color css

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

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

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

border-color css

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

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

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