Html Css Color HEX #758364 Camouflage Green

📋 copy color: '#758364'

red 117 ◦ green 131 ◦ blue 100

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

Shades of Camouflage Green #758364

Tints of Camouflage Green #758364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 33.62%
G = 37.64%
B = 28.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#758364 (or 0x758364) is known color: Camouflage Green. HEX triplet: 75, 83 and 64. RGB value is (117,131,100). Sum of RGB (Red+Green+Blue) = 117+131+100=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #758364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758364 is #8A7C9B. Grayscale: #7B7B7B. Windows color (decimal): -9075868 or 6587253. OLE color: 6587253.

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

Color convert

RGB 117 131 100 -
CMYK 0.11 0 0.24 0.49
HSL 87.1º 0.13% 0.45% -
HSV(B) 87.1º 0.24% 0.51% -
XYZ 17.75 20.93 15.16 -
YUV 123.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 117 131 100 0.11 0 0.24 0.49 87.1 0.13 0.45
Hex 75 83 64 B 0 18 31 57 D 2D
Octal 165 203 144 13 0 30 61 127 15 55
Binary 1110101 10000011 1100100 1011 0 11000 110001 1010111 1101 101101

Color Harmonies of #758364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758364

Black with #758364

Text Example


Text Example

White with #758364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758364; }

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

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

background-color css

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

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

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

border-color css

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

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

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