Html Css Color HEX #747970 Camouflage Green

📋 copy color: '#747970'

red 116 ◦ green 121 ◦ blue 112

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

Shades of Camouflage Green #747970

Tints of Camouflage Green #747970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 33.24%
G = 34.67%
B = 32.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#747970 (or 0x747970) is known color: Camouflage Green. HEX triplet: 74, 79 and 70. RGB value is (116,121,112). Sum of RGB (Red+Green+Blue) = 116+121+112=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #747970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747970 is #8B868F. Grayscale: #767676. Windows color (decimal): -9143952 or 7371124. OLE color: 7371124.

HSL color Cylindrical-coordinate representation of color #747970: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747970 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 112 -
CMYK 0.04 0 0.07 0.53
HSL 93.33º 0.04% 0.46% -
HSV(B) 93.33º 0.07% 0.47% -
XYZ 16.96 18.56 18.02 -
YUV 118.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 116 121 112 0.04 0 0.07 0.53 93.33 0.04 0.46
Hex 74 79 70 4 0 7 35 5D 4 2E
Octal 164 171 160 4 0 7 65 135 4 56
Binary 1110100 1111001 1110000 100 0 111 110101 1011101 100 101110

Color Harmonies of #747970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747970

Black with #747970

Text Example


Text Example

White with #747970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747970; }

 p { color: rgb(116,121,112); }

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

background-color css

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

 a { background-color: rgb(116,121,112); }

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

border-color css

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

 span { border-color: rgb(116,121,112); }

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