Html Css Color HEX #74846A Camouflage Green

📋 copy color: '#74846A'

red 116 ◦ green 132 ◦ blue 106

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

Shades of Camouflage Green #74846A

Tints of Camouflage Green #74846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 32.77%
G = 37.29%
B = 29.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#74846A (or 0x74846A) is known color: Camouflage Green. HEX triplet: 74, 84 and 6A. RGB value is (116,132,106). Sum of RGB (Red+Green+Blue) = 116+132+106=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #74846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846A is #8B7B95. Grayscale: #7C7C7C. Windows color (decimal): -9141142 or 6980724. OLE color: 6980724.

HSL color Cylindrical-coordinate representation of color #74846A: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74846A is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 106 -
CMYK 0.12 0 0.20 0.48
HSL 96.92º 0.11% 0.47% -
HSV(B) 96.92º 0.2% 0.52% -
XYZ 18.06 21.26 16.79 -
YUV 124.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 116 132 106 0.12 0 0.20 0.48 96.92 0.11 0.47
Hex 74 84 6A C 0 14 30 61 B 2F
Octal 164 204 152 14 0 24 60 141 13 57
Binary 1110100 10000100 1101010 1100 0 10100 110000 1100001 1011 101111

Color Harmonies of #74846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74846A

Black with #74846A

Text Example


Text Example

White with #74846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74846A; }

 p { color: rgb(116,132,106); }

 H1.HeaderClassName
 {
   color: #74846A;
 }
 .AnyTagClassName
 {
   color: #74846A;
 }
</style>

background-color css

<style>
 a { background-color: #74846A; }

 a { background-color: rgb(116,132,106); }

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

border-color css

<style>
 span { border-color: #74846A; }

 span { border-color: rgb(116,132,106); }

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