Html Css Color HEX #74855F Camouflage Green

📋 copy color: '#74855F'

red 116 ◦ green 133 ◦ blue 95

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

Shades of Camouflage Green #74855F

Tints of Camouflage Green #74855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 33.72%
G = 38.66%
B = 27.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#74855F (or 0x74855F) is known color: Camouflage Green. HEX triplet: 74, 85 and 5F. RGB value is (116,133,95). Sum of RGB (Red+Green+Blue) = 116+133+95=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #74855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855F is #8B7AA0. Grayscale: #7B7B7B. Windows color (decimal): -9140897 or 6260084. OLE color: 6260084.

HSL color Cylindrical-coordinate representation of color #74855F: hue angle of 86.84º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74855F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 95 -
CMYK 0.13 0 0.29 0.48
HSL 86.84º 0.17% 0.45% -
HSV(B) 86.84º 0.29% 0.52% -
XYZ 17.66 21.31 14.01 -
YUV 123.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 116 133 95 0.13 0 0.29 0.48 86.84 0.17 0.45
Hex 74 85 5F D 0 1D 30 57 11 2D
Octal 164 205 137 15 0 35 60 127 21 55
Binary 1110100 10000101 1011111 1101 0 11101 110000 1010111 10001 101101

Color Harmonies of #74855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74855F

Black with #74855F

Text Example


Text Example

White with #74855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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