Html Css Color HEX #748B63 Camouflage Green

📋 copy color: '#748B63'

red 116 ◦ green 139 ◦ blue 99

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

Shades of Camouflage Green #748B63

Tints of Camouflage Green #748B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 32.77%
G = 39.27%
B = 27.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#748B63 (or 0x748B63) is known color: Camouflage Green. HEX triplet: 74, 8B and 63. RGB value is (116,139,99). Sum of RGB (Red+Green+Blue) = 116+139+99=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #748B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B63 is #8B749C. Grayscale: #7F7F7F. Windows color (decimal): -9139357 or 6523764. OLE color: 6523764.

HSL color Cylindrical-coordinate representation of color #748B63: hue angle of 94.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748B63 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 99 -
CMYK 0.17 0 0.29 0.45
HSL 94.5º 0.17% 0.47% -
HSV(B) 94.5º 0.29% 0.55% -
XYZ 18.69 23.08 15.27 -
YUV 127.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 116 139 99 0.17 0 0.29 0.45 94.5 0.17 0.47
Hex 74 8B 63 11 0 1D 2D 5E 11 2F
Octal 164 213 143 21 0 35 55 136 21 57
Binary 1110100 10001011 1100011 10001 0 11101 101101 1011110 10001 101111

Color Harmonies of #748B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B63

Black with #748B63

Text Example


Text Example

White with #748B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B63; }

 p { color: rgb(116,139,99); }

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

background-color css

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

 a { background-color: rgb(116,139,99); }

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

border-color css

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

 span { border-color: rgb(116,139,99); }

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