Html Css Color HEX #748808 Olive

📋 copy color: '#748808'

red 116 ◦ green 136 ◦ blue 8

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

Shades of Olive #748808

Tints of Olive #748808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.31%

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

R = 44.62%
G = 52.31%
B = 3.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#748808 (or 0x748808) is known color: Olive. HEX triplet: 74, 88 and 08. RGB value is (116,136,8). Sum of RGB (Red+Green+Blue) = 116+136+8=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #748808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748808 is #8B77F7. Grayscale: #737373. Windows color (decimal): -9140216 or 559220. OLE color: 559220.

HSL color Cylindrical-coordinate representation of color #748808: hue angle of 69.38º 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 #748808 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 8 -
CMYK 0.15 0 0.94 0.47
HSL 69.38º 0.89% 0.28% -
HSV(B) 69.38º 0.94% 0.53% -
XYZ 16.05 21.34 3.5 -
YUV 115.43 67.37 128.41 -
System Red Green Blue C M Y K H S L
Decimal 116 136 8 0.15 0 0.94 0.47 69.38 0.89 0.28
Hex 74 88 8 F 0 5E 2F 45 59 1C
Octal 164 210 10 17 0 136 57 105 131 34
Binary 1110100 10001000 1000 1111 0 1011110 101111 1000101 1011001 11100

Color Harmonies of #748808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748808

Black with #748808

Text Example


Text Example

White with #748808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748808; }

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

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

background-color css

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

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

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

border-color css

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

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

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