Html Css Color HEX #748309 Olive

📋 copy color: '#748309'

red 116 ◦ green 131 ◦ blue 9

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

Shades of Olive #748309

Tints of Olive #748309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 45.31%
G = 51.17%
B = 3.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#748309 (or 0x748309) is known color: Olive. HEX triplet: 74, 83 and 09. RGB value is (116,131,9). Sum of RGB (Red+Green+Blue) = 116+131+9=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #748309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748309 is #8B7CF6. Grayscale: #717171. Windows color (decimal): -9141495 or 623476. OLE color: 623476.

HSL color Cylindrical-coordinate representation of color #748309: hue angle of 67.38º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #748309 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 9 -
CMYK 0.11 0 0.93 0.49
HSL 67.38º 0.87% 0.27% -
HSV(B) 67.38º 0.93% 0.51% -
XYZ 15.37 19.97 3.3 -
YUV 112.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 116 131 9 0.11 0 0.93 0.49 67.38 0.87 0.27
Hex 74 83 9 B 0 5D 31 43 57 1B
Octal 164 203 11 13 0 135 61 103 127 33
Binary 1110100 10000011 1001 1011 0 1011101 110001 1000011 1010111 11011

Color Harmonies of #748309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748309

Black with #748309

Text Example


Text Example

White with #748309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748309; }

 p { color: rgb(116,131,9); }

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

background-color css

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

 a { background-color: rgb(116,131,9); }

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

border-color css

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

 span { border-color: rgb(116,131,9); }

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