Html Css Color HEX #74855D Camouflage Green

📋 copy color: '#74855D'

red 116 ◦ green 133 ◦ blue 93

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

Shades of Camouflage Green #74855D

Tints of Camouflage Green #74855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

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

R = 33.92%
G = 38.89%
B = 27.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#74855D (or 0x74855D) is known color: Camouflage Green. HEX triplet: 74, 85 and 5D. RGB value is (116,133,93). Sum of RGB (Red+Green+Blue) = 116+133+93=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #74855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855D is #8B7AA2. Grayscale: #7B7B7B. Windows color (decimal): -9140899 or 6129012. OLE color: 6129012.

HSL color Cylindrical-coordinate representation of color #74855D: hue angle of 85.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74855D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 93 -
CMYK 0.13 0 0.30 0.48
HSL 85.5º 0.18% 0.44% -
HSV(B) 85.5º 0.3% 0.52% -
XYZ 17.57 21.28 13.54 -
YUV 123.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 116 133 93 0.13 0 0.30 0.48 85.5 0.18 0.44
Hex 74 85 5D D 0 1E 30 56 12 2C
Octal 164 205 135 15 0 36 60 126 22 54
Binary 1110100 10000101 1011101 1101 0 11110 110000 1010110 10010 101100

Color Harmonies of #74855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74855D

Black with #74855D

Text Example


Text Example

White with #74855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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