Html Css Color HEX #74875D Camouflage Green

📋 copy color: '#74875D'

red 116 ◦ green 135 ◦ blue 93

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

Shades of Camouflage Green #74875D

Tints of Camouflage Green #74875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 33.72%
G = 39.24%
B = 27.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#74875D (or 0x74875D) is known color: Camouflage Green. HEX triplet: 74, 87 and 5D. RGB value is (116,135,93). Sum of RGB (Red+Green+Blue) = 116+135+93=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #74875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74875D is #8B78A2. Grayscale: #7C7C7C. Windows color (decimal): -9140387 or 6129524. OLE color: 6129524.

HSL color Cylindrical-coordinate representation of color #74875D: hue angle of 87.14º 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 #74875D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 93 -
CMYK 0.14 0 0.31 0.47
HSL 87.14º 0.18% 0.45% -
HSV(B) 87.14º 0.31% 0.53% -
XYZ 17.84 21.83 13.63 -
YUV 124.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 116 135 93 0.14 0 0.31 0.47 87.14 0.18 0.45
Hex 74 87 5D E 0 1F 2F 57 12 2D
Octal 164 207 135 16 0 37 57 127 22 55
Binary 1110100 10000111 1011101 1110 0 11111 101111 1010111 10010 101101

Color Harmonies of #74875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74875D

Black with #74875D

Text Example


Text Example

White with #74875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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