Html Css Color HEX #748F04 Olive

📋 copy color: '#748F04'

red 116 ◦ green 143 ◦ blue 4

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

Shades of Olive #748F04

Tints of Olive #748F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.37%

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

R = 44.11%
G = 54.37%
B = 1.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#748F04 (or 0x748F04) is known color: Olive. HEX triplet: 74, 8F and 04. RGB value is (116,143,4). Sum of RGB (Red+Green+Blue) = 116+143+4=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #748F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F04 is #8B70FB. Grayscale: #777777. Windows color (decimal): -9138428 or 298868. OLE color: 298868.

HSL color Cylindrical-coordinate representation of color #748F04: hue angle of 71.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #748F04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 4 -
CMYK 0.19 0 0.97 0.44
HSL 71.65º 0.95% 0.29% -
HSV(B) 71.65º 0.97% 0.56% -
XYZ 17.05 23.37 3.73 -
YUV 119.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 116 143 4 0.19 0 0.97 0.44 71.65 0.95 0.29
Hex 74 8F 4 13 0 61 2C 48 5F 1D
Octal 164 217 4 23 0 141 54 110 137 35
Binary 1110100 10001111 100 10011 0 1100001 101100 1001000 1011111 11101

Color Harmonies of #748F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F04

Black with #748F04

Text Example


Text Example

White with #748F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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