Html Css Color HEX #74815F Camouflage Green

📋 copy color: '#74815F'

red 116 ◦ green 129 ◦ blue 95

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

Shades of Camouflage Green #74815F

Tints of Camouflage Green #74815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 34.12%
G = 37.94%
B = 27.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#74815F (or 0x74815F) is known color: Camouflage Green. HEX triplet: 74, 81 and 5F. RGB value is (116,129,95). Sum of RGB (Red+Green+Blue) = 116+129+95=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #74815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74815F is #8B7EA0. Grayscale: #797979. Windows color (decimal): -9141921 or 6259060. OLE color: 6259060.

HSL color Cylindrical-coordinate representation of color #74815F: hue angle of 82.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74815F is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 95 -
CMYK 0.10 0 0.26 0.49
HSL 82.94º 0.15% 0.44% -
HSV(B) 82.94º 0.26% 0.51% -
XYZ 17.12 20.24 13.83 -
YUV 121.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 116 129 95 0.10 0 0.26 0.49 82.94 0.15 0.44
Hex 74 81 5F A 0 1A 31 53 F 2C
Octal 164 201 137 12 0 32 61 123 17 54
Binary 1110100 10000001 1011111 1010 0 11010 110001 1010011 1111 101100

Color Harmonies of #74815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74815F

Black with #74815F

Text Example


Text Example

White with #74815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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