Html Css Color HEX #748905 Olive

📋 copy color: '#748905'

red 116 ◦ green 137 ◦ blue 5

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

Shades of Olive #748905

Tints of Olive #748905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 44.96%
G = 53.1%
B = 1.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#748905 (or 0x748905) is known color: Olive. HEX triplet: 74, 89 and 05. RGB value is (116,137,5). Sum of RGB (Red+Green+Blue) = 116+137+5=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #748905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748905 is #8B76FA. Grayscale: #747474. Windows color (decimal): -9139963 or 362868. OLE color: 362868.

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

Color convert

RGB 116 137 5 -
CMYK 0.15 0 0.96 0.46
HSL 69.55º 0.93% 0.28% -
HSV(B) 69.55º 0.96% 0.54% -
XYZ 16.18 21.62 3.46 -
YUV 115.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 116 137 5 0.15 0 0.96 0.46 69.55 0.93 0.28
Hex 74 89 5 F 0 60 2E 46 5D 1C
Octal 164 211 5 17 0 140 56 106 135 34
Binary 1110100 10001001 101 1111 0 1100000 101110 1000110 1011101 11100

Color Harmonies of #748905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748905

Black with #748905

Text Example


Text Example

White with #748905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748905; }

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

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

background-color css

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

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

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

border-color css

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

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

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