Html Css Color HEX #74806B Camouflage Green

📋 copy color: '#74806B'

red 116 ◦ green 128 ◦ blue 107

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

Shades of Camouflage Green #74806B

Tints of Camouflage Green #74806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 33.05%
G = 36.47%
B = 30.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#74806B (or 0x74806B) is known color: Camouflage Green. HEX triplet: 74, 80 and 6B. RGB value is (116,128,107). Sum of RGB (Red+Green+Blue) = 116+128+107=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #74806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74806B is #8B7F94. Grayscale: #7A7A7A. Windows color (decimal): -9142165 or 7045236. OLE color: 7045236.

HSL color Cylindrical-coordinate representation of color #74806B: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74806B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 107 -
CMYK 0.09 0 0.16 0.50
HSL 94.29º 0.09% 0.46% -
HSV(B) 94.29º 0.16% 0.5% -
XYZ 17.58 20.21 16.89 -
YUV 122.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 116 128 107 0.09 0 0.16 0.50 94.29 0.09 0.46
Hex 74 80 6B 9 0 10 32 5E 9 2E
Octal 164 200 153 11 0 20 62 136 11 56
Binary 1110100 10000000 1101011 1001 0 10000 110010 1011110 1001 101110

Color Harmonies of #74806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74806B

Black with #74806B

Text Example


Text Example

White with #74806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74806B; }

 p { color: rgb(116,128,107); }

 H1.HeaderClassName
 {
   color: #74806B;
 }
 .AnyTagClassName
 {
   color: #74806B;
 }
</style>

background-color css

<style>
 a { background-color: #74806B; }

 a { background-color: rgb(116,128,107); }

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

border-color css

<style>
 span { border-color: #74806B; }

 span { border-color: rgb(116,128,107); }

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