Html Css Color HEX #748768 Camouflage Green

📋 copy color: '#748768'

red 116 ◦ green 135 ◦ blue 104

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

Shades of Camouflage Green #748768

Tints of Camouflage Green #748768

RGB

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

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

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

R = 32.68%
G = 38.03%
B = 29.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#748768 (or 0x748768) is known color: Camouflage Green. HEX triplet: 74, 87 and 68. RGB value is (116,135,104). Sum of RGB (Red+Green+Blue) = 116+135+104=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #748768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748768 is #8B7897. Grayscale: #7D7D7D. Windows color (decimal): -9140376 or 6850420. OLE color: 6850420.

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

Color convert

RGB 116 135 104 -
CMYK 0.14 0 0.23 0.47
HSL 96.77º 0.13% 0.47% -
HSV(B) 96.77º 0.23% 0.53% -
XYZ 18.37 22.04 16.38 -
YUV 125.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 116 135 104 0.14 0 0.23 0.47 96.77 0.13 0.47
Hex 74 87 68 E 0 17 2F 61 D 2F
Octal 164 207 150 16 0 27 57 141 15 57
Binary 1110100 10000111 1101000 1110 0 10111 101111 1100001 1101 101111

Color Harmonies of #748768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748768

Black with #748768

Text Example


Text Example

White with #748768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748768; }

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

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

background-color css

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

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

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

border-color css

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

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

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