Html Css Color HEX #748405 Olive

📋 copy color: '#748405'

red 116 ◦ green 132 ◦ blue 5

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

Shades of Olive #748405

Tints of Olive #748405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 45.85%
G = 52.17%
B = 1.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#748405 (or 0x748405) is known color: Olive. HEX triplet: 74, 84 and 05. RGB value is (116,132,5). Sum of RGB (Red+Green+Blue) = 116+132+5=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #748405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748405 is #8B7BFA. Grayscale: #717171. Windows color (decimal): -9141243 or 361588. OLE color: 361588.

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

Color convert

RGB 116 132 5 -
CMYK 0.12 0 0.96 0.48
HSL 67.56º 0.93% 0.27% -
HSV(B) 67.56º 0.96% 0.52% -
XYZ 15.48 20.23 3.23 -
YUV 112.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 116 132 5 0.12 0 0.96 0.48 67.56 0.93 0.27
Hex 74 84 5 C 0 60 30 44 5D 1B
Octal 164 204 5 14 0 140 60 104 135 33
Binary 1110100 10000100 101 1100 0 1100000 110000 1000100 1011101 11011

Color Harmonies of #748405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748405

Black with #748405

Text Example


Text Example

White with #748405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748405; }

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

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

background-color css

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

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

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

border-color css

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

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

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