Html Css Color HEX #748608 Olive

📋 copy color: '#748608'

red 116 ◦ green 134 ◦ blue 8

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

Shades of Olive #748608

Tints of Olive #748608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 44.96%
G = 51.94%
B = 3.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#748608 (or 0x748608) is known color: Olive. HEX triplet: 74, 86 and 08. RGB value is (116,134,8). Sum of RGB (Red+Green+Blue) = 116+134+8=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #748608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748608 is #8B79F7. Grayscale: #727272. Windows color (decimal): -9140728 or 558708. OLE color: 558708.

HSL color Cylindrical-coordinate representation of color #748608: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748608 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 8 -
CMYK 0.13 0 0.94 0.47
HSL 68.57º 0.89% 0.28% -
HSV(B) 68.57º 0.94% 0.53% -
XYZ 15.77 20.78 3.41 -
YUV 114.25 68.04 129.25 -
System Red Green Blue C M Y K H S L
Decimal 116 134 8 0.13 0 0.94 0.47 68.57 0.89 0.28
Hex 74 86 8 D 0 5E 2F 45 59 1C
Octal 164 206 10 15 0 136 57 105 131 34
Binary 1110100 10000110 1000 1101 0 1011110 101111 1000101 1011001 11100

Color Harmonies of #748608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748608

Black with #748608

Text Example


Text Example

White with #748608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748608; }

 p { color: rgb(116,134,8); }

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

background-color css

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

 a { background-color: rgb(116,134,8); }

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

border-color css

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

 span { border-color: rgb(116,134,8); }

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