Html Css Color HEX #758368 Camouflage Green

📋 copy color: '#758368'

red 117 ◦ green 131 ◦ blue 104

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

Shades of Camouflage Green #758368

Tints of Camouflage Green #758368

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

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

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

R = 33.24%
G = 37.22%
B = 29.55%

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

#758368 (or 0x758368) is known color: Camouflage Green. HEX triplet: 75, 83 and 68. RGB value is (117,131,104). Sum of RGB (Red+Green+Blue) = 117+131+104=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #758368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758368 is #8A7C97. Grayscale: #7B7B7B. Windows color (decimal): -9075864 or 6849397. OLE color: 6849397.

HSL color Cylindrical-coordinate representation of color #758368: hue angle of 91.11º 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 #758368 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 104 -
CMYK 0.11 0 0.21 0.49
HSL 91.11º 0.11% 0.46% -
HSV(B) 91.11º 0.21% 0.51% -
XYZ 17.95 21.01 16.21 -
YUV 123.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 117 131 104 0.11 0 0.21 0.49 91.11 0.11 0.46
Hex 75 83 68 B 0 15 31 5B B 2E
Octal 165 203 150 13 0 25 61 133 13 56
Binary 1110101 10000011 1101000 1011 0 10101 110001 1011011 1011 101110

Color Harmonies of #758368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758368

Black with #758368

Text Example


Text Example

White with #758368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758368; }

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

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

background-color css

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

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

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

border-color css

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

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

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