Html Css Color HEX #748908 Olive

📋 copy color: '#748908'

red 116 ◦ green 137 ◦ blue 8

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

Shades of Olive #748908

Tints of Olive #748908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

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

R = 44.44%
G = 52.49%
B = 3.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#748908 (or 0x748908) is known color: Olive. HEX triplet: 74, 89 and 08. RGB value is (116,137,8). Sum of RGB (Red+Green+Blue) = 116+137+8=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #748908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748908 is #8B76F7. Grayscale: #747474. Windows color (decimal): -9139960 or 559476. OLE color: 559476.

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

Color convert

RGB 116 137 8 -
CMYK 0.15 0 0.94 0.46
HSL 69.77º 0.89% 0.28% -
HSV(B) 69.77º 0.94% 0.54% -
XYZ 16.19 21.62 3.55 -
YUV 116.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 116 137 8 0.15 0 0.94 0.46 69.77 0.89 0.28
Hex 74 89 8 F 0 5E 2E 46 59 1C
Octal 164 211 10 17 0 136 56 106 131 34
Binary 1110100 10001001 1000 1111 0 1011110 101110 1000110 1011001 11100

Color Harmonies of #748908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748908

Black with #748908

Text Example


Text Example

White with #748908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748908; }

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

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

background-color css

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

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

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

border-color css

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

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

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