Html Css Color HEX #748730 Olive Drab

📋 copy color: '#748730'

red 116 ◦ green 135 ◦ blue 48

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

Shades of Olive Drab #748730

Tints of Olive Drab #748730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 38.8%
G = 45.15%
B = 16.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#748730 (or 0x748730) is known color: Olive Drab. HEX triplet: 74, 87 and 30. RGB value is (116,135,48). Sum of RGB (Red+Green+Blue) = 116+135+48=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #748730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748730 is #8B78CF. Grayscale: #777777. Windows color (decimal): -9140432 or 3180404. OLE color: 3180404.

HSL color Cylindrical-coordinate representation of color #748730: hue angle of 73.1º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #748730 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 48 -
CMYK 0.14 0 0.64 0.47
HSL 73.1º 0.48% 0.36% -
HSV(B) 73.1º 0.64% 0.53% -
XYZ 16.4 21.25 6.03 -
YUV 119.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 116 135 48 0.14 0 0.64 0.47 73.1 0.48 0.36
Hex 74 87 30 E 0 40 2F 49 30 24
Octal 164 207 60 16 0 100 57 111 60 44
Binary 1110100 10000111 110000 1110 0 1000000 101111 1001001 110000 100100

Color Harmonies of #748730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748730

Black with #748730

Text Example


Text Example

White with #748730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748730; }

 p { color: rgb(116,135,48); }

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

background-color css

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

 a { background-color: rgb(116,135,48); }

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

border-color css

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

 span { border-color: rgb(116,135,48); }

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