Html Css Color HEX #748568 Camouflage Green

📋 copy color: '#748568'

red 116 ◦ green 133 ◦ blue 104

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

Shades of Camouflage Green #748568

Tints of Camouflage Green #748568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 32.86%
G = 37.68%
B = 29.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#748568 (or 0x748568) is known color: Camouflage Green. HEX triplet: 74, 85 and 68. RGB value is (116,133,104). Sum of RGB (Red+Green+Blue) = 116+133+104=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #748568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748568 is #8B7A97. Grayscale: #7C7C7C. Windows color (decimal): -9140888 or 6849908. OLE color: 6849908.

HSL color Cylindrical-coordinate representation of color #748568: hue angle of 95.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748568 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 104 -
CMYK 0.13 0 0.22 0.48
HSL 95.17º 0.12% 0.46% -
HSV(B) 95.17º 0.22% 0.52% -
XYZ 18.09 21.49 16.29 -
YUV 124.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 116 133 104 0.13 0 0.22 0.48 95.17 0.12 0.46
Hex 74 85 68 D 0 16 30 5F C 2E
Octal 164 205 150 15 0 26 60 137 14 56
Binary 1110100 10000101 1101000 1101 0 10110 110000 1011111 1100 101110

Color Harmonies of #748568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748568

Black with #748568

Text Example


Text Example

White with #748568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748568; }

 p { color: rgb(116,133,104); }

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

background-color css

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

 a { background-color: rgb(116,133,104); }

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

border-color css

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

 span { border-color: rgb(116,133,104); }

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