Html Css Color HEX #738062 Camouflage Green

📋 copy color: '#738062'

red 115 ◦ green 128 ◦ blue 98

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

Shades of Camouflage Green #738062

Tints of Camouflage Green #738062

RGB

 RED value IS 115 (45.31% from 255) = 33.72%

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 33.72%
G = 37.54%
B = 28.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#738062 (or 0x738062) is known color: Camouflage Green. HEX triplet: 73, 80 and 62. RGB value is (115,128,98). Sum of RGB (Red+Green+Blue) = 115+128+98=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #738062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738062 is #8C7F9D. Grayscale: #787878. Windows color (decimal): -9207710 or 6455411. OLE color: 6455411.

HSL color Cylindrical-coordinate representation of color #738062: hue angle of 86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738062 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 98 -
CMYK 0.10 0 0.23 0.50
HSL 86º 0.13% 0.44% -
HSV(B) 86º 0.23% 0.5% -
XYZ 16.99 19.97 14.51 -
YUV 120.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 115 128 98 0.10 0 0.23 0.50 86 0.13 0.44
Hex 73 80 62 A 0 17 32 56 D 2C
Octal 163 200 142 12 0 27 62 126 15 54
Binary 1110011 10000000 1100010 1010 0 10111 110010 1010110 1101 101100

Color Harmonies of #738062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738062

Black with #738062

Text Example


Text Example

White with #738062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738062; }

 p { color: rgb(115,128,98); }

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

background-color css

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

 a { background-color: rgb(115,128,98); }

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

border-color css

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

 span { border-color: rgb(115,128,98); }

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