Html Css Color HEX #74865C Camouflage Green

📋 copy color: '#74865C'

red 116 ◦ green 134 ◦ blue 92

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

Shades of Camouflage Green #74865C

Tints of Camouflage Green #74865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 33.92%
G = 39.18%
B = 26.9%

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

#74865C (or 0x74865C) is known color: Camouflage Green. HEX triplet: 74, 86 and 5C. RGB value is (116,134,92). Sum of RGB (Red+Green+Blue) = 116+134+92=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #74865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865C is #8B79A3. Grayscale: #7B7B7B. Windows color (decimal): -9140644 or 6063732. OLE color: 6063732.

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

Color convert

RGB 116 134 92 -
CMYK 0.13 0 0.31 0.47
HSL 85.71º 0.19% 0.44% -
HSV(B) 85.71º 0.31% 0.53% -
XYZ 17.66 21.54 13.35 -
YUV 123.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 116 134 92 0.13 0 0.31 0.47 85.71 0.19 0.44
Hex 74 86 5C D 0 1F 2F 56 13 2C
Octal 164 206 134 15 0 37 57 126 23 54
Binary 1110100 10000110 1011100 1101 0 11111 101111 1010110 10011 101100

Color Harmonies of #74865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74865C

Black with #74865C

Text Example


Text Example

White with #74865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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