Html Css Color HEX #74865D Camouflage Green

📋 copy color: '#74865D'

red 116 ◦ green 134 ◦ blue 93

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

Shades of Camouflage Green #74865D

Tints of Camouflage Green #74865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 33.82%
G = 39.07%
B = 27.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#74865D (or 0x74865D) is known color: Camouflage Green. HEX triplet: 74, 86 and 5D. RGB value is (116,134,93). Sum of RGB (Red+Green+Blue) = 116+134+93=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #74865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865D is #8B79A2. Grayscale: #7C7C7C. Windows color (decimal): -9140643 or 6129268. OLE color: 6129268.

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

Color convert

RGB 116 134 93 -
CMYK 0.13 0 0.31 0.47
HSL 86.34º 0.18% 0.45% -
HSV(B) 86.34º 0.31% 0.53% -
XYZ 17.7 21.55 13.58 -
YUV 123.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 116 134 93 0.13 0 0.31 0.47 86.34 0.18 0.45
Hex 74 86 5D D 0 1F 2F 56 12 2D
Octal 164 206 135 15 0 37 57 126 22 55
Binary 1110100 10000110 1011101 1101 0 11111 101111 1010110 10010 101101

Color Harmonies of #74865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74865D

Black with #74865D

Text Example


Text Example

White with #74865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74865D; }

 p { color: rgb(116,134,93); }

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

background-color css

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

 a { background-color: rgb(116,134,93); }

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

border-color css

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

 span { border-color: rgb(116,134,93); }

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