Html Css Color HEX #748368 Camouflage Green

📋 copy color: '#748368'

red 116 ◦ green 131 ◦ blue 104

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

Shades of Camouflage Green #748368

Tints of Camouflage Green #748368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 33.05%
G = 37.32%
B = 29.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#748368 (or 0x748368) is known color: Camouflage Green. HEX triplet: 74, 83 and 68. RGB value is (116,131,104). Sum of RGB (Red+Green+Blue) = 116+131+104=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #748368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748368 is #8B7C97. Grayscale: #7B7B7B. Windows color (decimal): -9141400 or 6849396. OLE color: 6849396.

HSL color Cylindrical-coordinate representation of color #748368: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748368 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 104 -
CMYK 0.11 0 0.21 0.49
HSL 93.33º 0.11% 0.46% -
HSV(B) 93.33º 0.21% 0.51% -
XYZ 17.82 20.95 16.2 -
YUV 123.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 116 131 104 0.11 0 0.21 0.49 93.33 0.11 0.46
Hex 74 83 68 B 0 15 31 5D B 2E
Octal 164 203 150 13 0 25 61 135 13 56
Binary 1110100 10000011 1101000 1011 0 10101 110001 1011101 1011 101110

Color Harmonies of #748368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748368

Black with #748368

Text Example


Text Example

White with #748368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748368; }

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

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

background-color css

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

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

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

border-color css

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

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

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