Html Css Color HEX #748100 Olive

📋 copy color: '#748100'

red 116 ◦ green 129 ◦ blue 0

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

Shades of Olive #748100

Tints of Olive #748100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.35%
G = 52.65%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#748100 (or 0x748100) is known color: Olive. HEX triplet: 74, 81 and 00. RGB value is (116,129,0). Sum of RGB (Red+Green+Blue) = 116+129+0=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #748100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748100 is #8B7EFF. Grayscale: #6E6E6E. Windows color (decimal): -9142016 or 33140. OLE color: 33140.

HSL color Cylindrical-coordinate representation of color #748100: hue angle of 66.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 0 -
CMYK 0.10 0 1 0.49
HSL 66.05º 1% 0.25% -
HSV(B) 66.05º 1% 0.51% -
XYZ 15.05 19.41 2.95 -
YUV 110.41 65.69 131.99 -
System Red Green Blue C M Y K H S L
Decimal 116 129 0 0.10 0 1 0.49 66.05 1 0.25
Hex 74 81 0 A 0 64 31 42 64 19
Octal 164 201 0 12 0 144 61 102 144 31
Binary 1110100 10000001 0 1010 0 1100100 110001 1000010 1100100 11001

Color Harmonies of #748100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748100

Black with #748100

Text Example


Text Example

White with #748100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748100; }

 p { color: rgb(116,129,0); }

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

background-color css

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

 a { background-color: rgb(116,129,0); }

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

border-color css

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

 span { border-color: rgb(116,129,0); }

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